Html Css Color HEX #F819A2 Spicy Pink

📋 copy color: '#F819A2'

red 248 ◦ green 25 ◦ blue 162

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

Shades of Spicy Pink #F819A2

Tints of Spicy Pink #F819A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.75%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 57.01%
G = 5.75%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F819A2 (or 0xF819A2) is known color: Spicy Pink. HEX triplet: F8, 19 and A2. RGB value is (248,25,162). Sum of RGB (Red+Green+Blue) = 248+25+162=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F819A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F819A2 is #07E65D. Grayscale: #6A6A6A. Windows color (decimal): -517726 or 10623480. OLE color: 10623480.

HSL color Cylindrical-coordinate representation of color #F819A2: hue angle of 323.14º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819A2 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 162 -
CMYK 0 0.90 0.35 0.03
HSL 323.14º 0.94% 0.54% -
HSV(B) 323.14º 0.9% 0.97% -
XYZ 45.58 23.26 36.27 -
YUV 107.3 158.88 228.36 -
System Red Green Blue C M Y K H S L
Decimal 248 25 162 0 0.90 0.35 0.03 323.14 0.94 0.54
Hex F8 19 A2 0 5A 23 3 143 5E 36
Octal 370 31 242 0 132 43 3 503 136 66
Binary 11111000 11001 10100010 0 1011010 100011 11 101000011 1011110 110110

Color Harmonies of #F819A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819A2

Black with #F819A2

Text Example


Text Example

White with #F819A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819A2; }

 p { color: rgb(248,25,162); }

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

background-color css

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

 a { background-color: rgb(248,25,162); }

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

border-color css

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

 span { border-color: rgb(248,25,162); }

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