#F41CD9

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

Shades of Razzle Dazzle Rose #F41CD9

Tints of Razzle Dazzle Rose #F41CD9

Color information

#F41CD9 (or 0xF41CD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 1C and D9. RGB value is (244,28,217). Sum of RGB (Red+Green+Blue) = 244+28+217=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CD9 is #0BE326. Grayscale: #717171. Windows color (decimal): -779047 or 14228724. OLE color: 14228724.

HSL color Cylindrical-coordinate representation of color #F41CD9: hue angle of 307.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CD9 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24428217-
CMYK00.890.110.04
HSL307.5º90.76%53.33%-
HSV(B)307.5º88.52%95.69%-
XYZ50.2525.0767.84-
YUV114.13186.06220.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 28 (11.33% from 255) = 5.73%
BLUE value IS 217 (85.16% from 255) = 44.38%
R=49.90%
G=5.73%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442821700.890.110.04307.590.7653.33
HexF41CD9059B41345b35
Octal36434331013113446413365
Binary1111010011100110110010101100110111001001101001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41CD9; }

 p { color: rgb(244,28,217); }

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

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

 a { background-color: rgb(244,28,217); }

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

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

 span { border-color: rgb(244,28,217); }

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