Html Css Color HEX #FD797C Froly

📋 copy color: '#FD797C'

red 253 ◦ green 121 ◦ blue 124

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

Shades of Froly #FD797C

Tints of Froly #FD797C

RGB

 RED value IS 253 (99.22% from 255) = 50.8%

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

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

R = 50.8%
G = 24.3%
B = 24.9%

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

#FD797C (or 0xFD797C) is known color: Froly. HEX triplet: FD, 79 and 7C. RGB value is (253,121,124). Sum of RGB (Red+Green+Blue) = 253+121+124=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD797C is #028683. Grayscale: #A0A0A0. Windows color (decimal): -165508 or 8157693. OLE color: 8157693.

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

Color convert

RGB 253 121 124 -
CMYK 0 0.52 0.51 0.01
HSL 358.64º 0.97% 0.73% -
HSV(B) 358.64º 0.52% 0.99% -
XYZ 50.98 36.01 23.33 -
YUV 160.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 253 121 124 0 0.52 0.51 0.01 358.64 0.97 0.73
Hex FD 79 7C 0 34 33 1 167 61 49
Octal 375 171 174 0 64 63 1 547 141 111
Binary 11111101 1111001 1111100 0 110100 110011 1 101100111 1100001 1001001

Color Harmonies of #FD797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD797C

Black with #FD797C

Text Example


Text Example

White with #FD797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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