#F940D6

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

Shades of Razzle Dazzle Rose #F940D6

Tints of Razzle Dazzle Rose #F940D6

Color information

#F940D6 (or 0xF940D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 40 and D6. RGB value is (249,64,214). Sum of RGB (Red+Green+Blue) = 249+64+214=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F940D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940D6 is #06BF29. Grayscale: #888888. Windows color (decimal): -442154 or 14041337. OLE color: 14041337.

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

Color convert

RGB24964214-
CMYK00.740.140.02
HSL311.35º93.91%61.37%-
HSV(B)311.35º74.3%97.65%-
XYZ53.0428.6666.36-
YUV136.42171.79208.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=47.25%
G=12.14%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496421400.740.140.02311.3593.9161.37
HexF940D604AE21375e3d
Octal371100326011216246713675
Binary11111001100000011010110010010101110101001101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F940D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F940D6; }

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

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

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

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

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

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

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

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