#F642CB

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

Shades of Razzle Dazzle Rose #F642CB

Tints of Razzle Dazzle Rose #F642CB

Color information

#F642CB (or 0xF642CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 42 and CB. RGB value is (246,66,203). Sum of RGB (Red+Green+Blue) = 246+66+203=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F642CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642CB is #09BD34. Grayscale: #878787. Windows color (decimal): -638261 or 13320950. OLE color: 13320950.

HSL color Cylindrical-coordinate representation of color #F642CB: hue angle of 314.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F642CB is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24666203-
CMYK00.730.170.04
HSL314.33º90.91%61.18%-
HSV(B)314.33º73.17%96.47%-
XYZ50.7327.859.19-
YUV135.44166.13206.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 66 (26.17% from 255) = 12.82%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=47.77%
G=12.82%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466620300.730.170.04314.3390.9161.18
HexF642CB04911413a5b3d
Octal366102313011121447213375
Binary1111011010000101100101101001001100011001001110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F642CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F642CB; }

 p { color: rgb(246,66,203); }

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

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

 a { background-color: rgb(246,66,203); }

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

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

 span { border-color: rgb(246,66,203); }

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