Html Css Color HEX #F972AA Hot Pink

📋 copy color: '#F972AA'

red 249 ◦ green 114 ◦ blue 170

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

Shades of Hot Pink #F972AA

Tints of Hot Pink #F972AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

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

R = 46.72%
G = 21.39%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F972AA (or 0xF972AA) is known color: Hot Pink. HEX triplet: F9, 72 and AA. RGB value is (249,114,170). Sum of RGB (Red+Green+Blue) = 249+114+170=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F972AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972AA is #068D55. Grayscale: #A0A0A0. Windows color (decimal): -429398 or 11170553. OLE color: 11170553.

HSL color Cylindrical-coordinate representation of color #F972AA: hue angle of 335.11º 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 #F972AA is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 170 -
CMYK 0 0.54 0.32 0.02
HSL 335.11º 0.92% 0.71% -
HSV(B) 335.11º 0.54% 0.98% -
XYZ 52.34 35.08 42.04 -
YUV 160.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 249 114 170 0 0.54 0.32 0.02 335.11 0.92 0.71
Hex F9 72 AA 0 36 20 2 14F 5C 47
Octal 371 162 252 0 66 40 2 517 134 107
Binary 11111001 1110010 10101010 0 110110 100000 10 101001111 1011100 1000111

Color Harmonies of #F972AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972AA

Black with #F972AA

Text Example


Text Example

White with #F972AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972AA; }

 p { color: rgb(249,114,170); }

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

background-color css

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

 a { background-color: rgb(249,114,170); }

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

border-color css

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

 span { border-color: rgb(249,114,170); }

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