Html Css Color HEX #F815A3 Spicy Pink

📋 copy color: '#F815A3'

red 248 ◦ green 21 ◦ blue 163

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

Shades of Spicy Pink #F815A3

Tints of Spicy Pink #F815A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 57.41%
G = 4.86%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F815A3 (or 0xF815A3) is known color: Spicy Pink. HEX triplet: F8, 15 and A3. RGB value is (248,21,163). Sum of RGB (Red+Green+Blue) = 248+21+163=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F815A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F815A3 is #07EA5C. Grayscale: #686868. Windows color (decimal): -518749 or 10687992. OLE color: 10687992.

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

Color convert

RGB 248 21 163 -
CMYK 0 0.92 0.34 0.03
HSL 322.47º 0.94% 0.53% -
HSV(B) 322.47º 0.92% 0.97% -
XYZ 45.59 23.14 36.71 -
YUV 105.06 160.71 229.95 -
System Red Green Blue C M Y K H S L
Decimal 248 21 163 0 0.92 0.34 0.03 322.47 0.94 0.53
Hex F8 15 A3 0 5C 22 3 142 5E 35
Octal 370 25 243 0 134 42 3 502 136 65
Binary 11111000 10101 10100011 0 1011100 100010 11 101000010 1011110 110101

Color Harmonies of #F815A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815A3

Black with #F815A3

Text Example


Text Example

White with #F815A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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