Html Css Color HEX #F820AB Spicy Pink

📋 copy color: '#F820AB'

red 248 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #F820AB

Tints of Spicy Pink #F820AB

RGB

 RED value IS 248 (97.27% from 255) = 54.99%

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

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

R = 54.99%
G = 7.1%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F820AB (or 0xF820AB) is known color: Spicy Pink. HEX triplet: F8, 20 and AB. RGB value is (248,32,171). Sum of RGB (Red+Green+Blue) = 248+32+171=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F820AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820AB is #07DF54. Grayscale: #707070. Windows color (decimal): -515925 or 11215096. OLE color: 11215096.

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

Color convert

RGB 248 32 171 -
CMYK 0 0.87 0.31 0.03
HSL 321.39º 0.94% 0.55% -
HSV(B) 321.39º 0.87% 0.97% -
XYZ 46.58 23.93 40.69 -
YUV 112.43 161.06 224.7 -
System Red Green Blue C M Y K H S L
Decimal 248 32 171 0 0.87 0.31 0.03 321.39 0.94 0.55
Hex F8 20 AB 0 57 1F 3 141 5E 37
Octal 370 40 253 0 127 37 3 501 136 67
Binary 11111000 100000 10101011 0 1010111 11111 11 101000001 1011110 110111

Color Harmonies of #F820AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820AB

Black with #F820AB

Text Example


Text Example

White with #F820AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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