Html Css Color HEX #F820AC Spicy Pink

📋 copy color: '#F820AC'

red 248 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #F820AC

Tints of Spicy Pink #F820AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 54.87%
G = 7.08%
B = 38.05%

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

#F820AC (or 0xF820AC) is known color: Spicy Pink. HEX triplet: F8, 20 and AC. RGB value is (248,32,172). Sum of RGB (Red+Green+Blue) = 248+32+172=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F820AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820AC is #07DF53. Grayscale: #707070. Windows color (decimal): -515924 or 11280632. OLE color: 11280632.

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

Color convert

RGB 248 32 172 -
CMYK 0 0.87 0.31 0.03
HSL 321.11º 0.94% 0.55% -
HSV(B) 321.11º 0.87% 0.97% -
XYZ 46.67 23.97 41.2 -
YUV 112.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 248 32 172 0 0.87 0.31 0.03 321.11 0.94 0.55
Hex F8 20 AC 0 57 1F 3 141 5E 37
Octal 370 40 254 0 127 37 3 501 136 67
Binary 11111000 100000 10101100 0 1010111 11111 11 101000001 1011110 110111

Color Harmonies of #F820AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820AC

Black with #F820AC

Text Example


Text Example

White with #F820AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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