Html Css Color HEX #F11DB6 Spicy Pink

📋 copy color: '#F11DB6'

red 241 ◦ green 29 ◦ blue 182

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

Shades of Spicy Pink #F11DB6

Tints of Spicy Pink #F11DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.42%

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 53.32%
G = 6.42%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F11DB6 (or 0xF11DB6) is known color: Spicy Pink. HEX triplet: F1, 1D and B6. RGB value is (241,29,182). Sum of RGB (Red+Green+Blue) = 241+29+182=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB6 is #0EE249. Grayscale: #6D6D6D. Windows color (decimal): -975434 or 11935217. OLE color: 11935217.

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

Color convert

RGB 241 29 182 -
CMYK 0 0.88 0.24 0.05
HSL 316.7º 0.88% 0.53% -
HSV(B) 316.7º 0.88% 0.95% -
XYZ 45.16 22.96 46.31 -
YUV 109.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 241 29 182 0 0.88 0.24 0.05 316.7 0.88 0.53
Hex F1 1D B6 0 58 18 5 13D 58 35
Octal 361 35 266 0 130 30 5 475 130 65
Binary 11110001 11101 10110110 0 1011000 11000 101 100111101 1011000 110101

Color Harmonies of #F11DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB6

Black with #F11DB6

Text Example


Text Example

White with #F11DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB6; }

 p { color: rgb(241,29,182); }

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

background-color css

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

 a { background-color: rgb(241,29,182); }

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

border-color css

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

 span { border-color: rgb(241,29,182); }

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