#F058B4

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

Shades of Hot Pink #F058B4

Tints of Hot Pink #F058B4

Color information

#F058B4 (or 0xF058B4) is unknown color: approx Hot Pink. HEX triplet: F0, 58 and B4. RGB value is (240,88,180). Sum of RGB (Red+Green+Blue) = 240+88+180=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F058B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058B4 is #0FA74B. Grayscale: #8F8F8F. Windows color (decimal): -1025868 or 11819248. OLE color: 11819248.

HSL color Cylindrical-coordinate representation of color #F058B4: hue angle of 323.68º 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 #F058B4 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB24088180-
CMYK00.630.250.06
HSL323.68º83.52%64.31%-
HSV(B)323.68º63.33%94.12%-
XYZ47.6628.846.23-
YUV143.94148.36196.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 88 (34.77% from 255) = 17.32%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=47.24%
G=17.32%
B=35.43%

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
Decimal2408818000.630.250.06323.6883.5264.31
HexF058B403F1961445440
Octal360130264077316504124100
Binary1111000010110001011010001111111100111010100010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058B4; }

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

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

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

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

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

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

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

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