#F81C8E

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

Shades of Deep Pink #F81C8E

Tints of Deep Pink #F81C8E

Color information

#F81C8E (or 0xF81C8E) is unknown color: approx Deep Pink. HEX triplet: F8, 1C and 8E. RGB value is (248,28,142). Sum of RGB (Red+Green+Blue) = 248+28+142=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C8E is #07E371. Grayscale: #6A6A6A. Windows color (decimal): -516978 or 9313528. OLE color: 9313528.

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

Color convert

RGB24828142-
CMYK00.890.430.03
HSL328.91º94.02%54.12%-
HSV(B)328.91º88.71%97.25%-
XYZ44.0122.7427.66-
YUV106.78147.89228.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.33%
GREEN value IS 28 (11.33% from 255) = 6.70%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=59.33%
G=6.70%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482814200.890.430.03328.9194.0254.12
HexF81C8E0592B31495e36
Octal37034216013153351113666
Binary11111000111001000111001011001101011111010010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81C8E; }

 p { color: rgb(248,28,142); }

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

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

 a { background-color: rgb(248,28,142); }

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

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

 span { border-color: rgb(248,28,142); }

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