Html Css Color HEX #FC797C Froly

📋 copy color: '#FC797C'

red 252 ◦ green 121 ◦ blue 124

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

Shades of Froly #FC797C

Tints of Froly #FC797C

RGB

 RED value IS 252 (98.83% from 255) = 50.7%

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

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

R = 50.7%
G = 24.35%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC797C (or 0xFC797C) is known color: Froly. HEX triplet: FC, 79 and 7C. RGB value is (252,121,124). Sum of RGB (Red+Green+Blue) = 252+121+124=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC797C is #038683. Grayscale: #A0A0A0. Windows color (decimal): -231044 or 8157692. OLE color: 8157692.

HSL color Cylindrical-coordinate representation of color #FC797C: hue angle of 358.63º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC797C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 121 124 -
CMYK 0 0.52 0.51 0.01
HSL 358.63º 0.96% 0.73% -
HSV(B) 358.63º 0.52% 0.99% -
XYZ 50.62 35.83 23.32 -
YUV 160.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 252 121 124 0 0.52 0.51 0.01 358.63 0.96 0.73
Hex FC 79 7C 0 34 33 1 167 60 49
Octal 374 171 174 0 64 63 1 547 140 111
Binary 11111100 1111001 1111100 0 110100 110011 1 101100111 1100000 1001001

Color Harmonies of #FC797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC797C

Black with #FC797C

Text Example


Text Example

White with #FC797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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