Html Css Color HEX #F815AD Spicy Pink

📋 copy color: '#F815AD'

red 248 ◦ green 21 ◦ blue 173

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

Shades of Spicy Pink #F815AD

Tints of Spicy Pink #F815AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.75%

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

R = 56.11%
G = 4.75%
B = 39.14%

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

#F815AD (or 0xF815AD) is known color: Spicy Pink. HEX triplet: F8, 15 and AD. RGB value is (248,21,173). Sum of RGB (Red+Green+Blue) = 248+21+173=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F815AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F815AD is #07EA52. Grayscale: #696969. Windows color (decimal): -518739 or 11343352. OLE color: 11343352.

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

Color convert

RGB 248 21 173 -
CMYK 0 0.92 0.30 0.03
HSL 319.82º 0.94% 0.53% -
HSV(B) 319.82º 0.92% 0.97% -
XYZ 46.52 23.51 41.62 -
YUV 106.2 165.71 229.14 -
System Red Green Blue C M Y K H S L
Decimal 248 21 173 0 0.92 0.30 0.03 319.82 0.94 0.53
Hex F8 15 AD 0 5C 1E 3 140 5E 35
Octal 370 25 255 0 134 36 3 500 136 65
Binary 11111000 10101 10101101 0 1011100 11110 11 101000000 1011110 110101

Color Harmonies of #F815AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815AD

Black with #F815AD

Text Example


Text Example

White with #F815AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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