Html Css Color HEX #FA9F6A Hit Pink

📋 copy color: '#FA9F6A'

red 250 ◦ green 159 ◦ blue 106

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

Shades of Hit Pink #FA9F6A

Tints of Hit Pink #FA9F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 48.54%
G = 30.87%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA9F6A (or 0xFA9F6A) is known color: Hit Pink. HEX triplet: FA, 9F and 6A. RGB value is (250,159,106). Sum of RGB (Red+Green+Blue) = 250+159+106=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F6A is #056095. Grayscale: #B4B4B4. Windows color (decimal): -352406 or 6987770. OLE color: 6987770.

HSL color Cylindrical-coordinate representation of color #FA9F6A: hue angle of 22.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA9F6A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 106 -
CMYK 0 0.36 0.58 0.02
HSL 22.08º 0.94% 0.7% -
HSV(B) 22.08º 0.58% 0.98% -
XYZ 54.42 46.16 19.68 -
YUV 180.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 250 159 106 0 0.36 0.58 0.02 22.08 0.94 0.7
Hex FA 9F 6A 0 24 3A 2 16 5E 46
Octal 372 237 152 0 44 72 2 26 136 106
Binary 11111010 10011111 1101010 0 100100 111010 10 10110 1011110 1000110

Color Harmonies of #FA9F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F6A

Black with #FA9F6A

Text Example


Text Example

White with #FA9F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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