#F061B5

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

Shades of Hot Pink #F061B5

Tints of Hot Pink #F061B5

Color information

#F061B5 (or 0xF061B5) is unknown color: approx Hot Pink. HEX triplet: F0, 61 and B5. RGB value is (240,97,181). Sum of RGB (Red+Green+Blue) = 240+97+181=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F061B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061B5 is #0F9E4A. Grayscale: #959595. Windows color (decimal): -1023563 or 11887088. OLE color: 11887088.

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

Color convert

RGB24097181-
CMYK00.600.250.06
HSL324.76º82.66%66.08%-
HSV(B)324.76º59.58%94.12%-
XYZ48.5530.4147.03-
YUV149.33145.88192.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=46.33%
G=18.73%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409718100.600.250.06324.7682.6666.08
HexF061B503C1961455342
Octal360141265074316505123102
Binary1111000011000011011010101111001100111010100010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061B5; }

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

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

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

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

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

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

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

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