Html Css Color HEX #F11EE5 Razzle Dazzle Rose

📋 copy color: '#F11EE5'

red 241 ◦ green 30 ◦ blue 229

#F11EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F11EE5

Tints of Razzle Dazzle Rose #F11EE5

RGB

 RED value IS 241 (94.53% from 255) = 48.2%

 GREEN value IS 30 (12.11% from 255) = 6%

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 48.2%
G = 6%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F11EE5 (or 0xF11EE5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1E and E5. RGB value is (241,30,229). Sum of RGB (Red+Green+Blue) = 241+30+229=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EE5 is #0EE11A. Grayscale: #737373. Windows color (decimal): -975131 or 15015665. OLE color: 15015665.

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

Color convert

RGB 241 30 229 -
CMYK 0 0.88 0.05 0.05
HSL 303.41º 0.88% 0.53% -
HSV(B) 303.41º 0.88% 0.95% -
XYZ 50.88 25.29 76.33 -
YUV 115.78 191.9 217.32 -
System Red Green Blue C M Y K H S L
Decimal 241 30 229 0 0.88 0.05 0.05 303.41 0.88 0.53
Hex F1 1E E5 0 58 5 5 12F 58 35
Octal 361 36 345 0 130 5 5 457 130 65
Binary 11110001 11110 11100101 0 1011000 101 101 100101111 1011000 110101

Color Harmonies of #F11EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EE5

Black with #F11EE5

Text Example


Text Example

White with #F11EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EE5; }

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

 H1.HeaderClassName
 {
   color: #F11EE5;
 }
 .AnyTagClassName
 {
   color: #F11EE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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