#F065B8

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

Shades of Hot Pink #F065B8

Tints of Hot Pink #F065B8

Color information

#F065B8 (or 0xF065B8) is unknown color: approx Hot Pink. HEX triplet: F0, 65 and B8. RGB value is (240,101,184). Sum of RGB (Red+Green+Blue) = 240+101+184=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B8 is #0F9A47. Grayscale: #979797. Windows color (decimal): -1022536 or 12084720. OLE color: 12084720.

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

Color convert

RGB240101184-
CMYK00.580.230.06
HSL324.17º82.25%66.86%-
HSV(B)324.17º57.92%94.12%-
XYZ49.2431.2948.79-
YUV152.02146.05190.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 101 (39.84% from 255) = 19.24%
BLUE value IS 184 (72.27% from 255) = 35.05%
R=45.71%
G=19.24%
B=35.05%

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
Decimal24010118400.580.230.06324.1782.2566.86
HexF065B803A1761445243
Octal360145270072276504122103
Binary1111000011001011011100001110101011111010100010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065B8; }

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

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

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

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

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

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

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

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