#F11FE6

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

Shades of Razzle Dazzle Rose #F11FE6

Tints of Razzle Dazzle Rose #F11FE6

Color information

#F11FE6 (or 0xF11FE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 1F and E6. RGB value is (241,31,230). Sum of RGB (Red+Green+Blue) = 241+31+230=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FE6 is #0EE019. Grayscale: #737373. Windows color (decimal): -974874 or 15081457. OLE color: 15081457.

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

Color convert

RGB24131230-
CMYK00.870.050.05
HSL303.14º88.24%53.33%-
HSV(B)303.14º87.14%94.51%-
XYZ51.0525.3977.07-
YUV116.48192.07216.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 31 (12.5% from 255) = 6.18%
BLUE value IS 230 (90.23% from 255) = 45.82%
R=48.01%
G=6.18%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413123000.870.050.05303.1488.2453.33
HexF11FE60575512f5835
Octal3613734601275545713065
Binary111100011111111100110010101111011011001011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11FE6; }

 p { color: rgb(241,31,230); }

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

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

 a { background-color: rgb(241,31,230); }

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

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

 span { border-color: rgb(241,31,230); }

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