Html Css Color HEX #F973AD Hot Pink

📋 copy color: '#F973AD'

red 249 ◦ green 115 ◦ blue 173

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

Shades of Hot Pink #F973AD

Tints of Hot Pink #F973AD

RGB

 RED value IS 249 (97.66% from 255) = 46.37%

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

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 46.37%
G = 21.42%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F973AD (or 0xF973AD) is known color: Hot Pink. HEX triplet: F9, 73 and AD. RGB value is (249,115,173). Sum of RGB (Red+Green+Blue) = 249+115+173=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F973AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F973AD is #068C52. Grayscale: #A1A1A1. Windows color (decimal): -429139 or 11367417. OLE color: 11367417.

HSL color Cylindrical-coordinate representation of color #F973AD: hue angle of 334.03º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973AD is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 115 173 -
CMYK 0 0.54 0.31 0.02
HSL 334.03º 0.92% 0.71% -
HSV(B) 334.03º 0.54% 0.98% -
XYZ 52.74 35.42 43.59 -
YUV 161.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 249 115 173 0 0.54 0.31 0.02 334.03 0.92 0.71
Hex F9 73 AD 0 36 1F 2 14E 5C 47
Octal 371 163 255 0 66 37 2 516 134 107
Binary 11111001 1110011 10101101 0 110110 11111 10 101001110 1011100 1000111

Color Harmonies of #F973AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973AD

Black with #F973AD

Text Example


Text Example

White with #F973AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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