Html Css Color HEX #FA797E Froly

📋 copy color: '#FA797E'

red 250 ◦ green 121 ◦ blue 126

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

Shades of Froly #FA797E

Tints of Froly #FA797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

 BLUE value IS 126 (49.61% from 255) = 25.35%

R = 50.3%
G = 24.35%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA797E (or 0xFA797E) is known color: Froly. HEX triplet: FA, 79 and 7E. RGB value is (250,121,126). Sum of RGB (Red+Green+Blue) = 250+121+126=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA797E is #058681. Grayscale: #A0A0A0. Windows color (decimal): -362114 or 8288762. OLE color: 8288762.

HSL color Cylindrical-coordinate representation of color #FA797E: hue angle of 357.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA797E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 121 126 -
CMYK 0 0.52 0.50 0.02
HSL 357.67º 0.93% 0.73% -
HSV(B) 357.67º 0.52% 0.98% -
XYZ 50.03 35.51 23.96 -
YUV 160.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 250 121 126 0 0.52 0.50 0.02 357.67 0.93 0.73
Hex FA 79 7E 0 34 32 2 166 5D 49
Octal 372 171 176 0 64 62 2 546 135 111
Binary 11111010 1111001 1111110 0 110100 110010 10 101100110 1011101 1001001

Color Harmonies of #FA797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA797E

Black with #FA797E

Text Example


Text Example

White with #FA797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA797E; }

 p { color: rgb(250,121,126); }

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

background-color css

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

 a { background-color: rgb(250,121,126); }

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

border-color css

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

 span { border-color: rgb(250,121,126); }

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