#F94CD6

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

Shades of Razzle Dazzle Rose #F94CD6

Tints of Razzle Dazzle Rose #F94CD6

Color information

#F94CD6 (or 0xF94CD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 4C and D6. RGB value is (249,76,214). Sum of RGB (Red+Green+Blue) = 249+76+214=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CD6 is #06B329. Grayscale: #8F8F8F. Windows color (decimal): -439082 or 14044409. OLE color: 14044409.

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

Color convert

RGB24976214-
CMYK00.690.140.02
HSL312.14º93.51%63.73%-
HSV(B)312.14º69.48%97.65%-
XYZ53.7930.1666.61-
YUV143.46167.81203.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 76 (30.08% from 255) = 14.10%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=46.20%
G=14.10%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497621400.690.140.02312.1493.5163.73
HexF94CD6045E21385e40
Octal3711143260105162470136100
Binary111110011001100110101100100010111101010011100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94CD6; }

 p { color: rgb(249,76,214); }

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

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

 a { background-color: rgb(249,76,214); }

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

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

 span { border-color: rgb(249,76,214); }

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