#F8028F

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

Shades of Deep Pink #F8028F

Tints of Deep Pink #F8028F

Color information

#F8028F (or 0xF8028F) is unknown color: approx Deep Pink. HEX triplet: F8, 02 and 8F. RGB value is (248,2,143). Sum of RGB (Red+Green+Blue) = 248+2+143=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8028F is #07FD70. Grayscale: #5B5B5B. Windows color (decimal): -523633 or 9372408. OLE color: 9372408.

HSL color Cylindrical-coordinate representation of color #F8028F: hue angle of 325.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8028F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB2482143-
CMYK00.990.420.03
HSL325.61º98.4%49.02%-
HSV(B)325.61º99.19%97.25%-
XYZ43.6921.9827.93-
YUV91.63157239.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.10%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=63.10%
G=0.51%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248214300.990.420.03325.6198.449.02
HexF828F0632A31466231
Octal3702217014352350614261
Binary11111000101000111101100011101010111010001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8028F; }

 p { color: rgb(248,2,143); }

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

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

 a { background-color: rgb(248,2,143); }

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

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

 span { border-color: rgb(248,2,143); }

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