Html Css Color HEX #FC797A Froly

📋 copy color: '#FC797A'

red 252 ◦ green 121 ◦ blue 122

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

Shades of Froly #FC797A

Tints of Froly #FC797A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 50.91%
G = 24.44%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC797A (or 0xFC797A) is known color: Froly. HEX triplet: FC, 79 and 7A. RGB value is (252,121,122). Sum of RGB (Red+Green+Blue) = 252+121+122=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC797A is #038685. Grayscale: #A0A0A0. Windows color (decimal): -231046 or 8026620. OLE color: 8026620.

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

Color convert

RGB 252 121 122 -
CMYK 0 0.52 0.52 0.01
HSL 359.54º 0.96% 0.73% -
HSV(B) 359.54º 0.52% 0.99% -
XYZ 50.5 35.78 22.66 -
YUV 160.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 252 121 122 0 0.52 0.52 0.01 359.54 0.96 0.73
Hex FC 79 7A 0 34 34 1 168 60 49
Octal 374 171 172 0 64 64 1 550 140 111
Binary 11111100 1111001 1111010 0 110100 110100 1 101101000 1100000 1001001

Color Harmonies of #FC797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC797A

Black with #FC797A

Text Example


Text Example

White with #FC797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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