Html Css Color HEX #F11DB3 Spicy Pink

📋 copy color: '#F11DB3'

red 241 ◦ green 29 ◦ blue 179

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

Shades of Spicy Pink #F11DB3

Tints of Spicy Pink #F11DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 53.67%
G = 6.46%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F11DB3 (or 0xF11DB3) is known color: Spicy Pink. HEX triplet: F1, 1D and B3. RGB value is (241,29,179). Sum of RGB (Red+Green+Blue) = 241+29+179=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB3 is #0EE24C. Grayscale: #6D6D6D. Windows color (decimal): -975437 or 11738609. OLE color: 11738609.

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

Color convert

RGB 241 29 179 -
CMYK 0 0.88 0.26 0.05
HSL 317.55º 0.88% 0.53% -
HSV(B) 317.55º 0.88% 0.95% -
XYZ 44.85 22.83 44.69 -
YUV 109.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 241 29 179 0 0.88 0.26 0.05 317.55 0.88 0.53
Hex F1 1D B3 0 58 1A 5 13E 58 35
Octal 361 35 263 0 130 32 5 476 130 65
Binary 11110001 11101 10110011 0 1011000 11010 101 100111110 1011000 110101

Color Harmonies of #F11DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB3

Black with #F11DB3

Text Example


Text Example

White with #F11DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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