#F11FE0

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

Shades of Razzle Dazzle Rose #F11FE0

Tints of Razzle Dazzle Rose #F11FE0

Color information

#F11FE0 (or 0xF11FE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 1F and E0. RGB value is (241,31,224). Sum of RGB (Red+Green+Blue) = 241+31+224=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11FE0 is #0EE01F. Grayscale: #737373. Windows color (decimal): -974880 or 14688241. OLE color: 14688241.

HSL color Cylindrical-coordinate representation of color #F11FE0: hue angle of 304.86º 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 #F11FE0 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24131224-
CMYK00.870.070.05
HSL304.86º88.24%53.33%-
HSV(B)304.86º87.14%94.51%-
XYZ50.2225.0672.71-
YUV115.79189.07217.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 31 (12.5% from 255) = 6.25%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=48.59%
G=6.25%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413122400.870.070.05304.8688.2453.33
HexF11FE0057751315835
Octal3613734001277546113065
Binary111100011111111100000010101111111011001100011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11FE0; }

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

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

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

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

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

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

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

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