Html Css Color HEX #F11ED2 Razzle Dazzle Rose

📋 copy color: '#F11ED2'

red 241 ◦ green 30 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F11ED2

Tints of Razzle Dazzle Rose #F11ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 50.1%
G = 6.24%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F11ED2 (or 0xF11ED2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1E and D2. RGB value is (241,30,210). Sum of RGB (Red+Green+Blue) = 241+30+210=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ED2 is #0EE12D. Grayscale: #717171. Windows color (decimal): -975150 or 13770481. OLE color: 13770481.

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

Color convert

RGB 241 30 210 -
CMYK 0 0.88 0.13 0.05
HSL 308.82º 0.88% 0.53% -
HSV(B) 308.82º 0.88% 0.95% -
XYZ 48.37 24.28 63.11 -
YUV 113.61 182.4 218.86 -
System Red Green Blue C M Y K H S L
Decimal 241 30 210 0 0.88 0.13 0.05 308.82 0.88 0.53
Hex F1 1E D2 0 58 D 5 135 58 35
Octal 361 36 322 0 130 15 5 465 130 65
Binary 11110001 11110 11010010 0 1011000 1101 101 100110101 1011000 110101

Color Harmonies of #F11ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11ED2

Black with #F11ED2

Text Example


Text Example

White with #F11ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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