Html Css Color HEX #F11DB5 Spicy Pink

📋 copy color: '#F11DB5'

red 241 ◦ green 29 ◦ blue 181

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

Shades of Spicy Pink #F11DB5

Tints of Spicy Pink #F11DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.13%

R = 53.44%
G = 6.43%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F11DB5 (or 0xF11DB5) is known color: Spicy Pink. HEX triplet: F1, 1D and B5. RGB value is (241,29,181). Sum of RGB (Red+Green+Blue) = 241+29+181=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB5 is #0EE24A. Grayscale: #6D6D6D. Windows color (decimal): -975435 or 11869681. OLE color: 11869681.

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

Color convert

RGB 241 29 181 -
CMYK 0 0.88 0.25 0.05
HSL 316.98º 0.88% 0.53% -
HSV(B) 316.98º 0.88% 0.95% -
XYZ 45.06 22.92 45.76 -
YUV 109.72 168.24 221.64 -
System Red Green Blue C M Y K H S L
Decimal 241 29 181 0 0.88 0.25 0.05 316.98 0.88 0.53
Hex F1 1D B5 0 58 19 5 13D 58 35
Octal 361 35 265 0 130 31 5 475 130 65
Binary 11110001 11101 10110101 0 1011000 11001 101 100111101 1011000 110101

Color Harmonies of #F11DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB5

Black with #F11DB5

Text Example


Text Example

White with #F11DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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