Html Css Color HEX #F819AD Spicy Pink

📋 copy color: '#F819AD'

red 248 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #F819AD

Tints of Spicy Pink #F819AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 55.61%
G = 5.61%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F819AD (or 0xF819AD) is known color: Spicy Pink. HEX triplet: F8, 19 and AD. RGB value is (248,25,173). Sum of RGB (Red+Green+Blue) = 248+25+173=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F819AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F819AD is #07E652. Grayscale: #6C6C6C. Windows color (decimal): -517715 or 11344376. OLE color: 11344376.

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

Color convert

RGB 248 25 173 -
CMYK 0 0.90 0.30 0.03
HSL 320.18º 0.94% 0.54% -
HSV(B) 320.18º 0.9% 0.97% -
XYZ 46.6 23.67 41.65 -
YUV 108.55 164.38 227.47 -
System Red Green Blue C M Y K H S L
Decimal 248 25 173 0 0.90 0.30 0.03 320.18 0.94 0.54
Hex F8 19 AD 0 5A 1E 3 140 5E 36
Octal 370 31 255 0 132 36 3 500 136 66
Binary 11111000 11001 10101101 0 1011010 11110 11 101000000 1011110 110110

Color Harmonies of #F819AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819AD

Black with #F819AD

Text Example


Text Example

White with #F819AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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