#F065B9

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

Shades of Hot Pink #F065B9

Tints of Hot Pink #F065B9

Color information

#F065B9 (or 0xF065B9) is unknown color: approx Hot Pink. HEX triplet: F0, 65 and B9. RGB value is (240,101,185). Sum of RGB (Red+Green+Blue) = 240+101+185=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B9 is #0F9A46. Grayscale: #979797. Windows color (decimal): -1022535 or 12150256. OLE color: 12150256.

HSL color Cylindrical-coordinate representation of color #F065B9: hue angle of 323.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065B9 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240101185-
CMYK00.580.230.06
HSL323.74º82.25%66.86%-
HSV(B)323.74º57.92%94.12%-
XYZ49.3531.3449.35-
YUV152.14146.55190.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 101 (39.84% from 255) = 19.20%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=45.63%
G=19.20%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010118500.580.230.06323.7482.2566.86
HexF065B903A1761445243
Octal360145271072276504122103
Binary1111000011001011011100101110101011111010100010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065B9; }

 p { color: rgb(240,101,185); }

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

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

 a { background-color: rgb(240,101,185); }

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

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

 span { border-color: rgb(240,101,185); }

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