Html Css Color HEX #F120AB Spicy Pink

📋 copy color: '#F120AB'

red 241 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #F120AB

Tints of Spicy Pink #F120AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 54.28%
G = 7.21%
B = 38.51%

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

#F120AB (or 0xF120AB) is known color: Spicy Pink. HEX triplet: F1, 20 and AB. RGB value is (241,32,171). Sum of RGB (Red+Green+Blue) = 241+32+171=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F120AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120AB is #0EDF54. Grayscale: #6D6D6D. Windows color (decimal): -974677 or 11215089. OLE color: 11215089.

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

Color convert

RGB 241 32 171 -
CMYK 0 0.87 0.29 0.05
HSL 320.1º 0.88% 0.54% -
HSV(B) 320.1º 0.87% 0.95% -
XYZ 44.14 22.67 40.58 -
YUV 110.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 241 32 171 0 0.87 0.29 0.05 320.1 0.88 0.54
Hex F1 20 AB 0 57 1D 5 140 58 36
Octal 361 40 253 0 127 35 5 500 130 66
Binary 11110001 100000 10101011 0 1010111 11101 101 101000000 1011000 110110

Color Harmonies of #F120AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120AB

Black with #F120AB

Text Example


Text Example

White with #F120AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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