#F061B1

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

Shades of Hot Pink #F061B1

Tints of Hot Pink #F061B1

Color information

#F061B1 (or 0xF061B1) is unknown color: approx Hot Pink. HEX triplet: F0, 61 and B1. RGB value is (240,97,177). Sum of RGB (Red+Green+Blue) = 240+97+177=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F061B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F061B1 is #0F9E4E. Grayscale: #949494. Windows color (decimal): -1023567 or 11624944. OLE color: 11624944.

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

Color convert

RGB24097177-
CMYK00.600.260.06
HSL326.43º82.66%66.08%-
HSV(B)326.43º59.58%94.12%-
XYZ48.1530.2544.9-
YUV148.88143.88193-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=46.69%
G=18.87%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409717700.600.260.06326.4382.6666.08
HexF061B103C1A61465342
Octal360141261074326506123102
Binary1111000011000011011000101111001101011010100011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061B1; }

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

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

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

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

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

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

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

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