#F058B5

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

Shades of Hot Pink #F058B5

Tints of Hot Pink #F058B5

Color information

#F058B5 (or 0xF058B5) is unknown color: approx Hot Pink. HEX triplet: F0, 58 and B5. RGB value is (240,88,181). Sum of RGB (Red+Green+Blue) = 240+88+181=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F058B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058B5 is #0FA74A. Grayscale: #8F8F8F. Windows color (decimal): -1025867 or 11884784. OLE color: 11884784.

HSL color Cylindrical-coordinate representation of color #F058B5: hue angle of 323.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058B5 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB24088181-
CMYK00.630.250.06
HSL323.29º83.52%64.31%-
HSV(B)323.29º63.33%94.12%-
XYZ47.7728.8446.77-
YUV144.05148.86196.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 88 (34.77% from 255) = 17.29%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=47.15%
G=17.29%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408818100.630.250.06323.2983.5264.31
HexF058B503F1961435440
Octal360130265077316503124100
Binary1111000010110001011010101111111100111010100001110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058B5; }

 p { color: rgb(240,88,181); }

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

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

 a { background-color: rgb(240,88,181); }

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

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

 span { border-color: rgb(240,88,181); }

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