Html Css Color HEX #FA70A8 Hot Pink

📋 copy color: '#FA70A8'

red 250 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #FA70A8

Tints of Hot Pink #FA70A8

RGB

 RED value IS 250 (98.05% from 255) = 47.17%

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

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

R = 47.17%
G = 21.13%
B = 31.7%

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

#FA70A8 (or 0xFA70A8) is known color: Hot Pink. HEX triplet: FA, 70 and A8. RGB value is (250,112,168). Sum of RGB (Red+Green+Blue) = 250+112+168=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA70A8 is #058F57. Grayscale: #9F9F9F. Windows color (decimal): -364376 or 11038970. OLE color: 11038970.

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

Color convert

RGB 250 112 168 -
CMYK 0 0.55 0.33 0.02
HSL 335.65º 0.93% 0.71% -
HSV(B) 335.65º 0.55% 0.98% -
XYZ 52.29 34.74 41 -
YUV 159.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 250 112 168 0 0.55 0.33 0.02 335.65 0.93 0.71
Hex FA 70 A8 0 37 21 2 150 5D 47
Octal 372 160 250 0 67 41 2 520 135 107
Binary 11111010 1110000 10101000 0 110111 100001 10 101010000 1011101 1000111

Color Harmonies of #FA70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA70A8

Black with #FA70A8

Text Example


Text Example

White with #FA70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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