Html Css Color HEX #F920AB Spicy Pink

📋 copy color: '#F920AB'

red 249 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #F920AB

Tints of Spicy Pink #F920AB

RGB

 RED value IS 249 (97.66% from 255) = 55.09%

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

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

R = 55.09%
G = 7.08%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F920AB (or 0xF920AB) is known color: Spicy Pink. HEX triplet: F9, 20 and AB. RGB value is (249,32,171). Sum of RGB (Red+Green+Blue) = 249+32+171=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F920AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920AB is #06DF54. Grayscale: #707070. Windows color (decimal): -450389 or 11215097. OLE color: 11215097.

HSL color Cylindrical-coordinate representation of color #F920AB: hue angle of 321.57º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920AB is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 171 -
CMYK 0 0.87 0.31 0.02
HSL 321.57º 0.95% 0.55% -
HSV(B) 321.57º 0.87% 0.98% -
XYZ 46.93 24.11 40.71 -
YUV 112.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 249 32 171 0 0.87 0.31 0.02 321.57 0.95 0.55
Hex F9 20 AB 0 57 1F 2 142 5F 37
Octal 371 40 253 0 127 37 2 502 137 67
Binary 11111001 100000 10101011 0 1010111 11111 10 101000010 1011111 110111

Color Harmonies of #F920AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920AB

Black with #F920AB

Text Example


Text Example

White with #F920AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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