Html Css Color HEX #F473AA Hot Pink

📋 copy color: '#F473AA'

red 244 ◦ green 115 ◦ blue 170

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

Shades of Hot Pink #F473AA

Tints of Hot Pink #F473AA

RGB

 RED value IS 244 (95.7% from 255) = 46.12%

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

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

R = 46.12%
G = 21.74%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F473AA (or 0xF473AA) is known color: Hot Pink. HEX triplet: F4, 73 and AA. RGB value is (244,115,170). Sum of RGB (Red+Green+Blue) = 244+115+170=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F473AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F473AA is #0B8C55. Grayscale: #9F9F9F. Windows color (decimal): -756822 or 11170804. OLE color: 11170804.

HSL color Cylindrical-coordinate representation of color #F473AA: hue angle of 334.42º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473AA is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 115 170 -
CMYK 0 0.53 0.30 0.04
HSL 334.42º 0.85% 0.7% -
HSV(B) 334.42º 0.53% 0.96% -
XYZ 50.69 34.4 42 -
YUV 159.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 244 115 170 0 0.53 0.30 0.04 334.42 0.85 0.7
Hex F4 73 AA 0 35 1E 4 14E 55 46
Octal 364 163 252 0 65 36 4 516 125 106
Binary 11110100 1110011 10101010 0 110101 11110 100 101001110 1010101 1000110

Color Harmonies of #F473AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F473AA

Black with #F473AA

Text Example


Text Example

White with #F473AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F473AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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