#F64CBF

Color #F64CBF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F64CBF

Tints of Razzle Dazzle Rose #F64CBF

Color information

#F64CBF (or 0xF64CBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 4C and BF. RGB value is (246,76,191). Sum of RGB (Red+Green+Blue) = 246+76+191=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CBF is #09B340. Grayscale: #8B8B8B. Windows color (decimal): -635713 or 12537078. OLE color: 12537078.

HSL color Cylindrical-coordinate representation of color #F64CBF: hue angle of 319.41º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CBF is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24676191-
CMYK00.690.220.04
HSL319.41º90.43%63.14%-
HSV(B)319.41º69.11%96.47%-
XYZ49.9928.5252.16-
YUV139.94156.82203.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 76 (30.08% from 255) = 14.81%
BLUE value IS 191 (75% from 255) = 37.23%
R=47.95%
G=14.81%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467619100.690.220.04319.4190.4363.14
HexF64CBF04516413f5a3f
Octal366114277010526447713277
Binary1111011010011001011111101000101101101001001111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64CBF; }

 p { color: rgb(246,76,191); }

 H1.HeaderClassName
 {
   color: #F64CBF;
 }
 .AnyTagClassName
 {
   color: #F64CBF;
 }
</style>
background-color css

<style>
 a { background-color: #F64CBF; }

 a { background-color: rgb(246,76,191); }

 div.DivClassName
 {
   background-color: #F64CBF;
 }
 .BgClassName
 {
   background-color: #F64CBF;
 }
</style>
border-color css

<style>
 span { border-color: #F64CBF; }

 span { border-color: rgb(246,76,191); }

 td.TdClassName
 {
   border-color: #F64CBF;
 }
 .TagClassName
 {
   border-color: #F64CBF;
 }
</style>