Html Css Color HEX #F11CAA Spicy Pink

📋 copy color: '#F11CAA'

red 241 ◦ green 28 ◦ blue 170

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

Shades of Spicy Pink #F11CAA

Tints of Spicy Pink #F11CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 54.9%
G = 6.38%
B = 38.72%

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

#F11CAA (or 0xF11CAA) is known color: Spicy Pink. HEX triplet: F1, 1C and AA. RGB value is (241,28,170). Sum of RGB (Red+Green+Blue) = 241+28+170=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CAA is #0EE355. Grayscale: #6B6B6B. Windows color (decimal): -975702 or 11148529. OLE color: 11148529.

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

Color convert

RGB 241 28 170 -
CMYK 0 0.88 0.29 0.05
HSL 320º 0.88% 0.53% -
HSV(B) 320º 0.88% 0.95% -
XYZ 43.95 22.43 40.04 -
YUV 107.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 241 28 170 0 0.88 0.29 0.05 320 0.88 0.53
Hex F1 1C AA 0 58 1D 5 140 58 35
Octal 361 34 252 0 130 35 5 500 130 65
Binary 11110001 11100 10101010 0 1011000 11101 101 101000000 1011000 110101

Color Harmonies of #F11CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CAA

Black with #F11CAA

Text Example


Text Example

White with #F11CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CAA; }

 p { color: rgb(241,28,170); }

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

background-color css

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

 a { background-color: rgb(241,28,170); }

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

border-color css

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

 span { border-color: rgb(241,28,170); }

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