Html Css Color HEX #F970A8 Hot Pink

📋 copy color: '#F970A8'

red 249 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #F970A8

Tints of Hot Pink #F970A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 47.07%
G = 21.17%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F970A8 (or 0xF970A8) is known color: Hot Pink. HEX triplet: F9, 70 and A8. RGB value is (249,112,168). Sum of RGB (Red+Green+Blue) = 249+112+168=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A8 is #068F57. Grayscale: #9F9F9F. Windows color (decimal): -429912 or 11038969. OLE color: 11038969.

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

Color convert

RGB 249 112 168 -
CMYK 0 0.55 0.33 0.02
HSL 335.47º 0.92% 0.71% -
HSV(B) 335.47º 0.55% 0.98% -
XYZ 51.93 34.56 40.98 -
YUV 159.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 249 112 168 0 0.55 0.33 0.02 335.47 0.92 0.71
Hex F9 70 A8 0 37 21 2 14F 5C 47
Octal 371 160 250 0 67 41 2 517 134 107
Binary 11111001 1110000 10101000 0 110111 100001 10 101001111 1011100 1000111

Color Harmonies of #F970A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970A8

Black with #F970A8

Text Example


Text Example

White with #F970A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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