Html Css Color HEX #F815A6 Spicy Pink

📋 copy color: '#F815A6'

red 248 ◦ green 21 ◦ blue 166

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

Shades of Spicy Pink #F815A6

Tints of Spicy Pink #F815A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 57.01%
G = 4.83%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F815A6 (or 0xF815A6) is known color: Spicy Pink. HEX triplet: F8, 15 and A6. RGB value is (248,21,166). Sum of RGB (Red+Green+Blue) = 248+21+166=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F815A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F815A6 is #07EA59. Grayscale: #696969. Windows color (decimal): -518746 or 10884600. OLE color: 10884600.

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

Color convert

RGB 248 21 166 -
CMYK 0 0.92 0.33 0.03
HSL 321.67º 0.94% 0.53% -
HSV(B) 321.67º 0.92% 0.97% -
XYZ 45.86 23.25 38.15 -
YUV 105.4 162.21 229.71 -
System Red Green Blue C M Y K H S L
Decimal 248 21 166 0 0.92 0.33 0.03 321.67 0.94 0.53
Hex F8 15 A6 0 5C 21 3 142 5E 35
Octal 370 25 246 0 134 41 3 502 136 65
Binary 11111000 10101 10100110 0 1011100 100001 11 101000010 1011110 110101

Color Harmonies of #F815A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815A6

Black with #F815A6

Text Example


Text Example

White with #F815A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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