#F8078F

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

Shades of Deep Pink #F8078F

Tints of Deep Pink #F8078F

Color information

#F8078F (or 0xF8078F) is unknown color: approx Deep Pink. HEX triplet: F8, 07 and 8F. RGB value is (248,7,143). Sum of RGB (Red+Green+Blue) = 248+7+143=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8078F is #07F870. Grayscale: #5E5E5E. Windows color (decimal): -522353 or 9373688. OLE color: 9373688.

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

Color convert

RGB2487143-
CMYK00.970.420.03
HSL326.14º94.51%50%-
HSV(B)326.14º97.18%97.25%-
XYZ43.7522.0927.95-
YUV94.56155.34237.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.31%
GREEN value IS 7 (3.12% from 255) = 1.76%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=62.31%
G=1.76%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248714300.970.420.03326.1494.5150
HexF878F0612A31465f32
Octal3707217014152350613762
Binary111110001111000111101100001101010111010001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8078F; }

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

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

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

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

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

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

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

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