#F060B4

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

Shades of Hot Pink #F060B4

Tints of Hot Pink #F060B4

Color information

#F060B4 (or 0xF060B4) is unknown color: approx Hot Pink. HEX triplet: F0, 60 and B4. RGB value is (240,96,180). Sum of RGB (Red+Green+Blue) = 240+96+180=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F060B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060B4 is #0F9F4B. Grayscale: #949494. Windows color (decimal): -1023820 or 11821296. OLE color: 11821296.

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

Color convert

RGB24096180-
CMYK00.60.250.06
HSL325º82.76%65.88%-
HSV(B)325º60%94.12%-
XYZ48.3630.1946.46-
YUV148.63145.71193.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=46.51%
G=18.60%
B=34.88%

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
Decimal2409618000.60.250.0632582.7665.88
HexF060B403C1961455342
Octal360140264074316505123102
Binary1111000011000001011010001111001100111010100010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060B4; }

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

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

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

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

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

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

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

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