Html Css Color HEX #F970AD Hot Pink

📋 copy color: '#F970AD'

red 249 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #F970AD

Tints of Hot Pink #F970AD

RGB

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

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

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

R = 46.63%
G = 20.97%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F970AD (or 0xF970AD) is known color: Hot Pink. HEX triplet: F9, 70 and AD. RGB value is (249,112,173). Sum of RGB (Red+Green+Blue) = 249+112+173=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F970AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970AD is #068F52. Grayscale: #9F9F9F. Windows color (decimal): -429907 or 11366649. OLE color: 11366649.

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

Color convert

RGB 249 112 173 -
CMYK 0 0.55 0.31 0.02
HSL 333.28º 0.92% 0.71% -
HSV(B) 333.28º 0.55% 0.98% -
XYZ 52.4 34.75 43.48 -
YUV 159.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 249 112 173 0 0.55 0.31 0.02 333.28 0.92 0.71
Hex F9 70 AD 0 37 1F 2 14D 5C 47
Octal 371 160 255 0 67 37 2 515 134 107
Binary 11111001 1110000 10101101 0 110111 11111 10 101001101 1011100 1000111

Color Harmonies of #F970AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970AD

Black with #F970AD

Text Example


Text Example

White with #F970AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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