Html Css Color HEX #F821A9 Spicy Pink

📋 copy color: '#F821A9'

red 248 ◦ green 33 ◦ blue 169

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

Shades of Spicy Pink #F821A9

Tints of Spicy Pink #F821A9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.33%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 55.11%
G = 7.33%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F821A9 (or 0xF821A9) is known color: Spicy Pink. HEX triplet: F8, 21 and A9. RGB value is (248,33,169). Sum of RGB (Red+Green+Blue) = 248+33+169=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F821A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821A9 is #07DE56. Grayscale: #707070. Windows color (decimal): -515671 or 11084280. OLE color: 11084280.

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

Color convert

RGB 248 33 169 -
CMYK 0 0.87 0.32 0.03
HSL 322.05º 0.94% 0.55% -
HSV(B) 322.05º 0.87% 0.97% -
XYZ 46.42 23.91 39.7 -
YUV 112.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 248 33 169 0 0.87 0.32 0.03 322.05 0.94 0.55
Hex F8 21 A9 0 57 20 3 142 5E 37
Octal 370 41 251 0 127 40 3 502 136 67
Binary 11111000 100001 10101001 0 1010111 100000 11 101000010 1011110 110111

Color Harmonies of #F821A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F821A9

Black with #F821A9

Text Example


Text Example

White with #F821A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F821A9; }

 p { color: rgb(248,33,169); }

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

background-color css

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

 a { background-color: rgb(248,33,169); }

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

border-color css

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

 span { border-color: rgb(248,33,169); }

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