Html Css Color HEX #F814AD Spicy Pink

📋 copy color: '#F814AD'

red 248 ◦ green 20 ◦ blue 173

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

Shades of Spicy Pink #F814AD

Tints of Spicy Pink #F814AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

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

R = 56.24%
G = 4.54%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F814AD (or 0xF814AD) is known color: Spicy Pink. HEX triplet: F8, 14 and AD. RGB value is (248,20,173). Sum of RGB (Red+Green+Blue) = 248+20+173=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F814AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F814AD is #07EB52. Grayscale: #696969. Windows color (decimal): -518995 or 11343096. OLE color: 11343096.

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

Color convert

RGB 248 20 173 -
CMYK 0 0.92 0.30 0.03
HSL 319.74º 0.94% 0.53% -
HSV(B) 319.74º 0.92% 0.97% -
XYZ 46.5 23.47 41.62 -
YUV 105.61 166.04 229.56 -
System Red Green Blue C M Y K H S L
Decimal 248 20 173 0 0.92 0.30 0.03 319.74 0.94 0.53
Hex F8 14 AD 0 5C 1E 3 140 5E 35
Octal 370 24 255 0 134 36 3 500 136 65
Binary 11111000 10100 10101101 0 1011100 11110 11 101000000 1011110 110101

Color Harmonies of #F814AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814AD

Black with #F814AD

Text Example


Text Example

White with #F814AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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