#F060B5

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

Shades of Hot Pink #F060B5

Tints of Hot Pink #F060B5

Color information

#F060B5 (or 0xF060B5) is unknown color: approx Hot Pink. HEX triplet: F0, 60 and B5. RGB value is (240,96,181). Sum of RGB (Red+Green+Blue) = 240+96+181=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F060B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060B5 is #0F9F4A. Grayscale: #949494. Windows color (decimal): -1023819 or 11886832. OLE color: 11886832.

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

Color convert

RGB24096181-
CMYK00.60.250.06
HSL324.58º82.76%65.88%-
HSV(B)324.58º60%94.12%-
XYZ48.4630.2347-
YUV148.75146.21193.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=46.42%
G=18.57%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409618100.60.250.06324.5882.7665.88
HexF060B503C1961455342
Octal360140265074316505123102
Binary1111000011000001011010101111001100111010100010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060B5; }

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

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

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

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

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

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

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

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