Html Css Color HEX #F11DB0 Spicy Pink

📋 copy color: '#F11DB0'

red 241 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #F11DB0

Tints of Spicy Pink #F11DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 54.04%
G = 6.5%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F11DB0 (or 0xF11DB0) is known color: Spicy Pink. HEX triplet: F1, 1D and B0. RGB value is (241,29,176). Sum of RGB (Red+Green+Blue) = 241+29+176=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11DB0 is #0EE24F. Grayscale: #6C6C6C. Windows color (decimal): -975440 or 11542001. OLE color: 11542001.

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

Color convert

RGB 241 29 176 -
CMYK 0 0.88 0.27 0.05
HSL 318.4º 0.88% 0.53% -
HSV(B) 318.4º 0.88% 0.95% -
XYZ 44.55 22.71 43.11 -
YUV 109.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 241 29 176 0 0.88 0.27 0.05 318.4 0.88 0.53
Hex F1 1D B0 0 58 1B 5 13E 58 35
Octal 361 35 260 0 130 33 5 476 130 65
Binary 11110001 11101 10110000 0 1011000 11011 101 100111110 1011000 110101

Color Harmonies of #F11DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB0

Black with #F11DB0

Text Example


Text Example

White with #F11DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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