Html Css Color HEX #FA797C Froly

📋 copy color: '#FA797C'

red 250 ◦ green 121 ◦ blue 124

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

Shades of Froly #FA797C

Tints of Froly #FA797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 50.51%
G = 24.44%
B = 25.05%

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

#FA797C (or 0xFA797C) is known color: Froly. HEX triplet: FA, 79 and 7C. RGB value is (250,121,124). Sum of RGB (Red+Green+Blue) = 250+121+124=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA797C is #058683. Grayscale: #A0A0A0. Windows color (decimal): -362116 or 8157690. OLE color: 8157690.

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

Color convert

RGB 250 121 124 -
CMYK 0 0.52 0.50 0.02
HSL 358.6º 0.93% 0.73% -
HSV(B) 358.6º 0.52% 0.98% -
XYZ 49.9 35.45 23.28 -
YUV 159.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 250 121 124 0 0.52 0.50 0.02 358.6 0.93 0.73
Hex FA 79 7C 0 34 32 2 167 5D 49
Octal 372 171 174 0 64 62 2 547 135 111
Binary 11111010 1111001 1111100 0 110100 110010 10 101100111 1011101 1001001

Color Harmonies of #FA797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA797C

Black with #FA797C

Text Example


Text Example

White with #FA797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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