Html Css Color HEX #F073AA Hot Pink

📋 copy color: '#F073AA'

red 240 ◦ green 115 ◦ blue 170

#F073AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #F073AA

Tints of Hot Pink #F073AA

RGB

 RED value IS 240 (94.14% from 255) = 45.71%

 GREEN value IS 115 (45.31% from 255) = 21.9%

 BLUE value IS 170 (66.8% from 255) = 32.38%

R = 45.71%
G = 21.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F073AA (or 0xF073AA) is known color: Hot Pink. HEX triplet: F0, 73 and AA. RGB value is (240,115,170). Sum of RGB (Red+Green+Blue) = 240+115+170=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AA is #0F8C55. Grayscale: #9E9E9E. Windows color (decimal): -1018966 or 11170800. OLE color: 11170800.

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

Color convert

RGB 240 115 170 -
CMYK 0 0.52 0.29 0.06
HSL 333.6º 0.81% 0.7% -
HSV(B) 333.6º 0.52% 0.94% -
XYZ 49.32 33.69 41.93 -
YUV 158.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 240 115 170 0 0.52 0.29 0.06 333.6 0.81 0.7
Hex F0 73 AA 0 34 1D 6 14E 51 46
Octal 360 163 252 0 64 35 6 516 121 106
Binary 11110000 1110011 10101010 0 110100 11101 110 101001110 1010001 1000110

Color Harmonies of #F073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073AA

Black with #F073AA

Text Example


Text Example

White with #F073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073AA; }

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

 H1.HeaderClassName
 {
   color: #F073AA;
 }
 .AnyTagClassName
 {
   color: #F073AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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