#F061BC

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

Shades of Hot Pink #F061BC

Tints of Hot Pink #F061BC

Color information

#F061BC (or 0xF061BC) is unknown color: approx Hot Pink. HEX triplet: F0, 61 and BC. RGB value is (240,97,188). Sum of RGB (Red+Green+Blue) = 240+97+188=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F061BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061BC is #0F9E43. Grayscale: #959595. Windows color (decimal): -1023556 or 12345840. OLE color: 12345840.

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

Color convert

RGB24097188-
CMYK00.600.220.06
HSL321.82º82.66%66.08%-
HSV(B)321.82º59.58%94.12%-
XYZ49.2930.7150.91-
YUV150.13149.38192.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=45.71%
G=18.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409718800.600.220.06321.8282.6666.08
HexF061BC03C1661425342
Octal360141274074266502123102
Binary1111000011000011011110001111001011011010100001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061BC; }

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

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

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

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

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

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

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

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