#F11DE5

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

Shades of Razzle Dazzle Rose #F11DE5

Tints of Razzle Dazzle Rose #F11DE5

Color information

#F11DE5 (or 0xF11DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 1D and E5. RGB value is (241,29,229). Sum of RGB (Red+Green+Blue) = 241+29+229=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 29 (11.72% from 255 or 5.81% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DE5 is #0EE21A. Grayscale: #727272. Windows color (decimal): -975387 or 15015409. OLE color: 15015409.

HSL color Cylindrical-coordinate representation of color #F11DE5: hue angle of 303.4º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DE5 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24129229-
CMYK00.880.050.05
HSL303.4º88.33%52.94%-
HSV(B)303.4º87.97%94.51%-
XYZ50.8625.2476.32-
YUV115.19192.24217.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 29 (11.72% from 255) = 5.81%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=48.30%
G=5.81%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412922900.880.050.05303.488.3352.94
HexF11DE50585512f5835
Octal3613534501305545713065
Binary111100011110111100101010110001011011001011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11DE5; }

 p { color: rgb(241,29,229); }

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

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

 a { background-color: rgb(241,29,229); }

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

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

 span { border-color: rgb(241,29,229); }

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