#F942CB

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

Shades of Razzle Dazzle Rose #F942CB

Tints of Razzle Dazzle Rose #F942CB

Color information

#F942CB (or 0xF942CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 42 and CB. RGB value is (249,66,203). Sum of RGB (Red+Green+Blue) = 249+66+203=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F942CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942CB is #06BD34. Grayscale: #878787. Windows color (decimal): -441653 or 13320953. OLE color: 13320953.

HSL color Cylindrical-coordinate representation of color #F942CB: hue angle of 315.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942CB is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB24966203-
CMYK00.730.180.02
HSL315.08º93.85%61.76%-
HSV(B)315.08º73.49%97.65%-
XYZ51.7928.3559.24-
YUV136.33165.63208.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 12.74%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=48.07%
G=12.74%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496620300.730.180.02315.0893.8561.76
HexF942CB04912213b5e3e
Octal371102313011122247313676
Binary111110011000010110010110100100110010101001110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F942CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F942CB; }

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

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

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

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

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

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

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

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