Html Css Color HEX #F87779 Froly

📋 copy color: '#F87779'

red 248 ◦ green 119 ◦ blue 121

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

Shades of Froly #F87779

Tints of Froly #F87779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 50.82%
G = 24.39%
B = 24.8%

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

#F87779 (or 0xF87779) is known color: Froly. HEX triplet: F8, 77 and 79. RGB value is (248,119,121). Sum of RGB (Red+Green+Blue) = 248+119+121=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F87779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87779 is #078886. Grayscale: #9D9D9D. Windows color (decimal): -493703 or 7960568. OLE color: 7960568.

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

Color convert

RGB 248 119 121 -
CMYK 0 0.52 0.51 0.03
HSL 359.07º 0.9% 0.72% -
HSV(B) 359.07º 0.52% 0.97% -
XYZ 48.76 34.53 22.18 -
YUV 157.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 248 119 121 0 0.52 0.51 0.03 359.07 0.9 0.72
Hex F8 77 79 0 34 33 3 167 5A 48
Octal 370 167 171 0 64 63 3 547 132 110
Binary 11111000 1110111 1111001 0 110100 110011 11 101100111 1011010 1001000

Color Harmonies of #F87779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87779

Black with #F87779

Text Example


Text Example

White with #F87779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87779; }

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

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

background-color css

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

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

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

border-color css

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

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

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