#F0058B

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

Shades of Deep Pink #F0058B

Tints of Deep Pink #F0058B

Color information

#F0058B (or 0xF0058B) is unknown color: approx Deep Pink. HEX triplet: F0, 05 and 8B. RGB value is (240,5,139). Sum of RGB (Red+Green+Blue) = 240+5+139=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0058B is #0FFA74. Grayscale: #5A5A5A. Windows color (decimal): -1047157 or 9111024. OLE color: 9111024.

HSL color Cylindrical-coordinate representation of color #F0058B: hue angle of 325.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0058B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB2405139-
CMYK00.980.420.06
HSL325.79º95.92%48.04%-
HSV(B)325.79º97.92%94.12%-
XYZ40.6520.526.24-
YUV90.54155.36234.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=62.5%
G=1.30%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240513900.980.420.06325.7995.9248.04
HexF058B0622A61466030
Octal3605213014252650614060
Binary1111000010110001011011000101010101101010001101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0058B; }

 p { color: rgb(240,5,139); }

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

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

 a { background-color: rgb(240,5,139); }

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

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

 span { border-color: rgb(240,5,139); }

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