#F812A1

Color #F812A1 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F812A1

Tints of Deep Pink #F812A1

Color information

#F812A1 (or 0xF812A1) is unknown color: approx Deep Pink. HEX triplet: F8, 12 and A1. RGB value is (248,18,161). Sum of RGB (Red+Green+Blue) = 248+18+161=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F812A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F812A1 is #07ED5E. Grayscale: #666666. Windows color (decimal): -519519 or 10556152. OLE color: 10556152.

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

Color convert

RGB24818161-
CMYK00.930.350.03
HSL322.7º94.26%52.16%-
HSV(B)322.7º92.74%97.25%-
XYZ45.3622.9635.76-
YUV103.07160.7231.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 18 (7.42% from 255) = 4.22%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=58.08%
G=4.22%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481816100.930.350.03322.794.2652.16
HexF812A105D2331435e34
Octal37022241013543350313664
Binary11111000100101010000101011101100011111010000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F812A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F812A1; }

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

 H1.HeaderClassName
 {
   color: #F812A1;
 }
 .AnyTagClassName
 {
   color: #F812A1;
 }
</style>
background-color css

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

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

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

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

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

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