#F940D2

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

Shades of Razzle Dazzle Rose #F940D2

Tints of Razzle Dazzle Rose #F940D2

Color information

#F940D2 (or 0xF940D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 40 and D2. RGB value is (249,64,210). Sum of RGB (Red+Green+Blue) = 249+64+210=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F940D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940D2 is #06BF2D. Grayscale: #878787. Windows color (decimal): -442158 or 13779193. OLE color: 13779193.

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

Color convert

RGB24964210-
CMYK00.740.160.02
HSL312.65º93.91%61.37%-
HSV(B)312.65º74.3%97.65%-
XYZ52.5328.4663.7-
YUV135.96169.79208.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=47.61%
G=12.24%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496421000.740.160.02312.6593.9161.37
HexF940D204A1021395e3d
Octal371100322011220247113675
Binary111110011000000110100100100101010000101001110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F940D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F940D2; }

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

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

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

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

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

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

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

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