Html Css Color HEX #F11EDB Razzle Dazzle Rose

📋 copy color: '#F11EDB'

red 241 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F11EDB

Tints of Razzle Dazzle Rose #F11EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 49.18%
G = 6.12%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F11EDB (or 0xF11EDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1E and DB. RGB value is (241,30,219). Sum of RGB (Red+Green+Blue) = 241+30+219=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EDB is #0EE124. Grayscale: #727272. Windows color (decimal): -975141 or 14360305. OLE color: 14360305.

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

Color convert

RGB 241 30 219 -
CMYK 0 0.88 0.09 0.05
HSL 306.26º 0.88% 0.53% -
HSV(B) 306.26º 0.88% 0.95% -
XYZ 49.53 24.74 69.18 -
YUV 114.64 186.9 218.13 -
System Red Green Blue C M Y K H S L
Decimal 241 30 219 0 0.88 0.09 0.05 306.26 0.88 0.53
Hex F1 1E DB 0 58 9 5 132 58 35
Octal 361 36 333 0 130 11 5 462 130 65
Binary 11110001 11110 11011011 0 1011000 1001 101 100110010 1011000 110101

Color Harmonies of #F11EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EDB

Black with #F11EDB

Text Example


Text Example

White with #F11EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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