#F060BC

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

Shades of Hot Pink #F060BC

Tints of Hot Pink #F060BC

Color information

#F060BC (or 0xF060BC) is unknown color: approx Hot Pink. HEX triplet: F0, 60 and BC. RGB value is (240,96,188). Sum of RGB (Red+Green+Blue) = 240+96+188=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F060BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060BC is #0F9F43. Grayscale: #959595. Windows color (decimal): -1023812 or 12345584. OLE color: 12345584.

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

Color convert

RGB24096188-
CMYK00.60.220.06
HSL321.67º82.76%65.88%-
HSV(B)321.67º60%94.12%-
XYZ49.230.5250.88-
YUV149.54149.71192.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=45.80%
G=18.32%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409618800.60.220.06321.6782.7665.88
HexF060BC03C1661425342
Octal360140274074266502123102
Binary1111000011000001011110001111001011011010100001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060BC; }

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

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

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

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

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

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

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

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