#F94CD4

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

Shades of Razzle Dazzle Rose #F94CD4

Tints of Razzle Dazzle Rose #F94CD4

Color information

#F94CD4 (or 0xF94CD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 4C and D4. RGB value is (249,76,212). Sum of RGB (Red+Green+Blue) = 249+76+212=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CD4 is #06B32B. Grayscale: #8E8E8E. Windows color (decimal): -439084 or 13913337. OLE color: 13913337.

HSL color Cylindrical-coordinate representation of color #F94CD4: hue angle of 312.83º 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 #F94CD4 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB24976212-
CMYK00.690.150.02
HSL312.83º93.51%63.73%-
HSV(B)312.83º69.48%97.65%-
XYZ53.5430.0665.27-
YUV143.23166.81203.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 76 (30.08% from 255) = 14.15%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=46.37%
G=14.15%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497621200.690.150.02312.8393.5163.73
HexF94CD4045F21395e40
Octal3711143240105172471136100
Binary111110011001100110101000100010111111010011100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94CD4; }

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

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

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

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

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

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

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

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