Html Css Color HEX #F970AB Hot Pink

📋 copy color: '#F970AB'

red 249 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #F970AB

Tints of Hot Pink #F970AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 46.8%
G = 21.05%
B = 32.14%

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

#F970AB (or 0xF970AB) is known color: Hot Pink. HEX triplet: F9, 70 and AB. RGB value is (249,112,171). Sum of RGB (Red+Green+Blue) = 249+112+171=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F970AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970AB is #068F54. Grayscale: #9F9F9F. Windows color (decimal): -429909 or 11235577. OLE color: 11235577.

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

Color convert

RGB 249 112 171 -
CMYK 0 0.55 0.31 0.02
HSL 334.16º 0.92% 0.71% -
HSV(B) 334.16º 0.55% 0.98% -
XYZ 52.21 34.67 42.47 -
YUV 159.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 249 112 171 0 0.55 0.31 0.02 334.16 0.92 0.71
Hex F9 70 AB 0 37 1F 2 14E 5C 47
Octal 371 160 253 0 67 37 2 516 134 107
Binary 11111001 1110000 10101011 0 110111 11111 10 101001110 1011100 1000111

Color Harmonies of #F970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970AB

Black with #F970AB

Text Example


Text Example

White with #F970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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