Html Css Color HEX #F815A8 Spicy Pink

📋 copy color: '#F815A8'

red 248 ◦ green 21 ◦ blue 168

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

Shades of Spicy Pink #F815A8

Tints of Spicy Pink #F815A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 56.75%
G = 4.81%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F815A8 (or 0xF815A8) is known color: Spicy Pink. HEX triplet: F8, 15 and A8. RGB value is (248,21,168). Sum of RGB (Red+Green+Blue) = 248+21+168=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F815A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F815A8 is #07EA57. Grayscale: #696969. Windows color (decimal): -518744 or 11015672. OLE color: 11015672.

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

Color convert

RGB 248 21 168 -
CMYK 0 0.92 0.32 0.03
HSL 321.15º 0.94% 0.53% -
HSV(B) 321.15º 0.92% 0.97% -
XYZ 46.05 23.32 39.12 -
YUV 105.63 163.21 229.55 -
System Red Green Blue C M Y K H S L
Decimal 248 21 168 0 0.92 0.32 0.03 321.15 0.94 0.53
Hex F8 15 A8 0 5C 20 3 141 5E 35
Octal 370 25 250 0 134 40 3 501 136 65
Binary 11111000 10101 10101000 0 1011100 100000 11 101000001 1011110 110101

Color Harmonies of #F815A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815A8

Black with #F815A8

Text Example


Text Example

White with #F815A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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