#F073AF

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

Shades of Hot Pink #F073AF

Tints of Hot Pink #F073AF

Color information

#F073AF (or 0xF073AF) is unknown color: approx Hot Pink. HEX triplet: F0, 73 and AF. RGB value is (240,115,175). Sum of RGB (Red+Green+Blue) = 240+115+175=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AF is #0F8C50. Grayscale: #9F9F9F. Windows color (decimal): -1018961 or 11498480. OLE color: 11498480.

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

Color convert

RGB240115175-
CMYK00.520.270.06
HSL331.2º80.65%69.61%-
HSV(B)331.2º52.08%94.12%-
XYZ49.833.8844.47-
YUV159.21136.91185.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.28%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=45.28%
G=21.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011517500.520.270.06331.280.6569.61
HexF073AF0341B614b5146
Octal360163257064336513121106
Binary1111000011100111010111101101001101111010100101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073AF; }

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

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

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

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

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

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

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

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