Html Css Color HEX #FA797D Froly

📋 copy color: '#FA797D'

red 250 ◦ green 121 ◦ blue 125

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

Shades of Froly #FA797D

Tints of Froly #FA797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 50.4%
G = 24.4%
B = 25.2%

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

#FA797D (or 0xFA797D) is known color: Froly. HEX triplet: FA, 79 and 7D. RGB value is (250,121,125). Sum of RGB (Red+Green+Blue) = 250+121+125=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA797D is #058682. Grayscale: #A0A0A0. Windows color (decimal): -362115 or 8223226. OLE color: 8223226.

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

Color convert

RGB 250 121 125 -
CMYK 0 0.52 0.50 0.02
HSL 358.14º 0.93% 0.73% -
HSV(B) 358.14º 0.52% 0.98% -
XYZ 49.96 35.48 23.62 -
YUV 160.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 250 121 125 0 0.52 0.50 0.02 358.14 0.93 0.73
Hex FA 79 7D 0 34 32 2 166 5D 49
Octal 372 171 175 0 64 62 2 546 135 111
Binary 11111010 1111001 1111101 0 110100 110010 10 101100110 1011101 1001001

Color Harmonies of #FA797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA797D

Black with #FA797D

Text Example


Text Example

White with #FA797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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