Html Css Color HEX #F8797E Froly

📋 copy color: '#F8797E'

red 248 ◦ green 121 ◦ blue 126

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

Shades of Froly #F8797E

Tints of Froly #F8797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 50.1%
G = 24.44%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8797E (or 0xF8797E) is known color: Froly. HEX triplet: F8, 79 and 7E. RGB value is (248,121,126). Sum of RGB (Red+Green+Blue) = 248+121+126=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8797E is #078681. Grayscale: #9F9F9F. Windows color (decimal): -493186 or 8288760. OLE color: 8288760.

HSL color Cylindrical-coordinate representation of color #F8797E: hue angle of 357.64º 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 #F8797E is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 126 -
CMYK 0 0.51 0.49 0.03
HSL 357.64º 0.9% 0.72% -
HSV(B) 357.64º 0.51% 0.97% -
XYZ 49.31 35.14 23.92 -
YUV 159.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 248 121 126 0 0.51 0.49 0.03 357.64 0.9 0.72
Hex F8 79 7E 0 33 31 3 166 5A 48
Octal 370 171 176 0 63 61 3 546 132 110
Binary 11111000 1111001 1111110 0 110011 110001 11 101100110 1011010 1001000

Color Harmonies of #F8797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8797E

Black with #F8797E

Text Example


Text Example

White with #F8797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8797E; }

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

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

background-color css

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

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

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

border-color css

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

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

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