Html Css Color HEX #F8777A Froly

📋 copy color: '#F8777A'

red 248 ◦ green 119 ◦ blue 122

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

Shades of Froly #F8777A

Tints of Froly #F8777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

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

R = 50.72%
G = 24.34%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8777A (or 0xF8777A) is known color: Froly. HEX triplet: F8, 77 and 7A. RGB value is (248,119,122). Sum of RGB (Red+Green+Blue) = 248+119+122=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8777A is #078885. Grayscale: #9E9E9E. Windows color (decimal): -493702 or 8026104. OLE color: 8026104.

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

Color convert

RGB 248 119 122 -
CMYK 0 0.52 0.51 0.03
HSL 358.6º 0.9% 0.72% -
HSV(B) 358.6º 0.52% 0.97% -
XYZ 48.82 34.56 22.51 -
YUV 157.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 248 119 122 0 0.52 0.51 0.03 358.6 0.9 0.72
Hex F8 77 7A 0 34 33 3 167 5A 48
Octal 370 167 172 0 64 63 3 547 132 110
Binary 11111000 1110111 1111010 0 110100 110011 11 101100111 1011010 1001000

Color Harmonies of #F8777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8777A

Black with #F8777A

Text Example


Text Example

White with #F8777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8777A; }

 p { color: rgb(248,119,122); }

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

background-color css

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

 a { background-color: rgb(248,119,122); }

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

border-color css

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

 span { border-color: rgb(248,119,122); }

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