Html Css Color HEX #F970AA Hot Pink

📋 copy color: '#F970AA'

red 249 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #F970AA

Tints of Hot Pink #F970AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

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

R = 46.89%
G = 21.09%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F970AA (or 0xF970AA) is known color: Hot Pink. HEX triplet: F9, 70 and AA. RGB value is (249,112,170). Sum of RGB (Red+Green+Blue) = 249+112+170=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F970AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970AA is #068F55. Grayscale: #9F9F9F. Windows color (decimal): -429910 or 11170041. OLE color: 11170041.

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

Color convert

RGB 249 112 170 -
CMYK 0 0.55 0.32 0.02
HSL 334.6º 0.92% 0.71% -
HSV(B) 334.6º 0.55% 0.98% -
XYZ 52.12 34.63 41.97 -
YUV 159.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 249 112 170 0 0.55 0.32 0.02 334.6 0.92 0.71
Hex F9 70 AA 0 37 20 2 14F 5C 47
Octal 371 160 252 0 67 40 2 517 134 107
Binary 11111001 1110000 10101010 0 110111 100000 10 101001111 1011100 1000111

Color Harmonies of #F970AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970AA

Black with #F970AA

Text Example


Text Example

White with #F970AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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