Html Css Color HEX #F8797C Froly

📋 copy color: '#F8797C'

red 248 ◦ green 121 ◦ blue 124

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

Shades of Froly #F8797C

Tints of Froly #F8797C

RGB

 RED value IS 248 (97.27% from 255) = 50.3%

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

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

R = 50.3%
G = 24.54%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8797C (or 0xF8797C) is known color: Froly. HEX triplet: F8, 79 and 7C. RGB value is (248,121,124). Sum of RGB (Red+Green+Blue) = 248+121+124=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8797C is #078683. Grayscale: #9F9F9F. Windows color (decimal): -493188 or 8157688. OLE color: 8157688.

HSL color Cylindrical-coordinate representation of color #F8797C: hue angle of 358.58º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8797C is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 124 -
CMYK 0 0.51 0.5 0.03
HSL 358.58º 0.9% 0.72% -
HSV(B) 358.58º 0.51% 0.97% -
XYZ 49.19 35.09 23.25 -
YUV 159.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 248 121 124 0 0.51 0.5 0.03 358.58 0.9 0.72
Hex F8 79 7C 0 33 32 3 167 5A 48
Octal 370 171 174 0 63 62 3 547 132 110
Binary 11111000 1111001 1111100 0 110011 110010 11 101100111 1011010 1001000

Color Harmonies of #F8797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8797C

Black with #F8797C

Text Example


Text Example

White with #F8797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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