Html Css Color HEX #F812A8 Spicy Pink

📋 copy color: '#F812A8'

red 248 ◦ green 18 ◦ blue 168

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

Shades of Spicy Pink #F812A8

Tints of Spicy Pink #F812A8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.15%

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

R = 57.14%
G = 4.15%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F812A8 (or 0xF812A8) is known color: Spicy Pink. HEX triplet: F8, 12 and A8. RGB value is (248,18,168). Sum of RGB (Red+Green+Blue) = 248+18+168=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F812A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F812A8 is #07ED57. Grayscale: #676767. Windows color (decimal): -519512 or 11014904. OLE color: 11014904.

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

Color convert

RGB 248 18 168 -
CMYK 0 0.93 0.32 0.03
HSL 320.87º 0.94% 0.52% -
HSV(B) 320.87º 0.93% 0.97% -
XYZ 46 23.22 39.1 -
YUV 103.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 248 18 168 0 0.93 0.32 0.03 320.87 0.94 0.52
Hex F8 12 A8 0 5D 20 3 141 5E 34
Octal 370 22 250 0 135 40 3 501 136 64
Binary 11111000 10010 10101000 0 1011101 100000 11 101000001 1011110 110100

Color Harmonies of #F812A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812A8

Black with #F812A8

Text Example


Text Example

White with #F812A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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