#F073AD

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

Shades of Hot Pink #F073AD

Tints of Hot Pink #F073AD

Color information

#F073AD (or 0xF073AD) is unknown color: approx Hot Pink. HEX triplet: F0, 73 and AD. RGB value is (240,115,173). Sum of RGB (Red+Green+Blue) = 240+115+173=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AD is #0F8C52. Grayscale: #9E9E9E. Windows color (decimal): -1018963 or 11367408. OLE color: 11367408.

HSL color Cylindrical-coordinate representation of color #F073AD: hue angle of 332.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240115173-
CMYK00.520.280.06
HSL332.16º80.65%69.61%-
HSV(B)332.16º52.08%94.12%-
XYZ49.6133.843.45-
YUV158.99135.91185.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=45.45%
G=21.78%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011517300.520.280.06332.1680.6569.61
HexF073AD0341C614c5146
Octal360163255064346514121106
Binary1111000011100111010110101101001110011010100110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073AD; }

 p { color: rgb(240,115,173); }

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

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

 a { background-color: rgb(240,115,173); }

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

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

 span { border-color: rgb(240,115,173); }

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