Html Css Color HEX #FC797D Froly

📋 copy color: '#FC797D'

red 252 ◦ green 121 ◦ blue 125

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

Shades of Froly #FC797D

Tints of Froly #FC797D

RGB

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

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

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

R = 50.6%
G = 24.3%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC797D (or 0xFC797D) is known color: Froly. HEX triplet: FC, 79 and 7D. RGB value is (252,121,125). Sum of RGB (Red+Green+Blue) = 252+121+125=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC797D is #038682. Grayscale: #A0A0A0. Windows color (decimal): -231043 or 8223228. OLE color: 8223228.

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

Color convert

RGB 252 121 125 -
CMYK 0 0.52 0.50 0.01
HSL 358.17º 0.96% 0.73% -
HSV(B) 358.17º 0.52% 0.99% -
XYZ 50.68 35.85 23.65 -
YUV 160.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 252 121 125 0 0.52 0.50 0.01 358.17 0.96 0.73
Hex FC 79 7D 0 34 32 1 166 60 49
Octal 374 171 175 0 64 62 1 546 140 111
Binary 11111100 1111001 1111101 0 110100 110010 1 101100110 1100000 1001001

Color Harmonies of #FC797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC797D

Black with #FC797D

Text Example


Text Example

White with #FC797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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