Html Css Color HEX #F120AA Spicy Pink

📋 copy color: '#F120AA'

red 241 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #F120AA

Tints of Spicy Pink #F120AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.22%

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

R = 54.4%
G = 7.22%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F120AA (or 0xF120AA) is known color: Spicy Pink. HEX triplet: F1, 20 and AA. RGB value is (241,32,170). Sum of RGB (Red+Green+Blue) = 241+32+170=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F120AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120AA is #0EDF55. Grayscale: #6D6D6D. Windows color (decimal): -974678 or 11149553. OLE color: 11149553.

HSL color Cylindrical-coordinate representation of color #F120AA: hue angle of 320.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120AA is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 170 -
CMYK 0 0.87 0.29 0.05
HSL 320.38º 0.88% 0.54% -
HSV(B) 320.38º 0.87% 0.95% -
XYZ 44.05 22.64 40.08 -
YUV 110.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 241 32 170 0 0.87 0.29 0.05 320.38 0.88 0.54
Hex F1 20 AA 0 57 1D 5 140 58 36
Octal 361 40 252 0 127 35 5 500 130 66
Binary 11110001 100000 10101010 0 1010111 11101 101 101000000 1011000 110110

Color Harmonies of #F120AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120AA

Black with #F120AA

Text Example


Text Example

White with #F120AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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