Html Css Color HEX #FA9F70 Hit Pink

📋 copy color: '#FA9F70'

red 250 ◦ green 159 ◦ blue 112

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

Shades of Hit Pink #FA9F70

Tints of Hit Pink #FA9F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 47.98%
G = 30.52%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA9F70 (or 0xFA9F70) is known color: Hit Pink. HEX triplet: FA, 9F and 70. RGB value is (250,159,112). Sum of RGB (Red+Green+Blue) = 250+159+112=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F70 is #05608F. Grayscale: #B5B5B5. Windows color (decimal): -352400 or 7380986. OLE color: 7380986.

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

Color convert

RGB 250 159 112 -
CMYK 0 0.36 0.55 0.02
HSL 20.43º 0.93% 0.71% -
HSV(B) 20.43º 0.55% 0.98% -
XYZ 54.75 46.29 21.38 -
YUV 180.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 250 159 112 0 0.36 0.55 0.02 20.43 0.93 0.71
Hex FA 9F 70 0 24 37 2 14 5D 47
Octal 372 237 160 0 44 67 2 24 135 107
Binary 11111010 10011111 1110000 0 100100 110111 10 10100 1011101 1000111

Color Harmonies of #FA9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F70

Black with #FA9F70

Text Example


Text Example

White with #FA9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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