Html Css Color HEX #F11EAC Spicy Pink

📋 copy color: '#F11EAC'

red 241 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #F11EAC

Tints of Spicy Pink #F11EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 54.4%
G = 6.77%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F11EAC (or 0xF11EAC) is known color: Spicy Pink. HEX triplet: F1, 1E and AC. RGB value is (241,30,172). Sum of RGB (Red+Green+Blue) = 241+30+172=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11EAC is #0EE153. Grayscale: #6C6C6C. Windows color (decimal): -975188 or 11280113. OLE color: 11280113.

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

Color convert

RGB 241 30 172 -
CMYK 0 0.88 0.29 0.05
HSL 319.62º 0.88% 0.53% -
HSV(B) 319.62º 0.88% 0.95% -
XYZ 44.19 22.61 41.06 -
YUV 109.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 241 30 172 0 0.88 0.29 0.05 319.62 0.88 0.53
Hex F1 1E AC 0 58 1D 5 140 58 35
Octal 361 36 254 0 130 35 5 500 130 65
Binary 11110001 11110 10101100 0 1011000 11101 101 101000000 1011000 110101

Color Harmonies of #F11EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EAC

Black with #F11EAC

Text Example


Text Example

White with #F11EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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