Html Css Color HEX #F87377 Froly

📋 copy color: '#F87377'

red 248 ◦ green 115 ◦ blue 119

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

Shades of Froly #F87377

Tints of Froly #F87377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 51.45%
G = 23.86%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F87377 (or 0xF87377) is known color: Froly. HEX triplet: F8, 73 and 77. RGB value is (248,115,119). Sum of RGB (Red+Green+Blue) = 248+115+119=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87377 is #078C88. Grayscale: #9B9B9B. Windows color (decimal): -494729 or 7828472. OLE color: 7828472.

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

Color convert

RGB 248 115 119 -
CMYK 0 0.54 0.52 0.03
HSL 358.2º 0.9% 0.71% -
HSV(B) 358.2º 0.54% 0.97% -
XYZ 48.17 33.55 21.39 -
YUV 155.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 248 115 119 0 0.54 0.52 0.03 358.2 0.9 0.71
Hex F8 73 77 0 36 34 3 166 5A 47
Octal 370 163 167 0 66 64 3 546 132 107
Binary 11111000 1110011 1110111 0 110110 110100 11 101100110 1011010 1000111

Color Harmonies of #F87377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87377

Black with #F87377

Text Example


Text Example

White with #F87377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87377; }

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

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

background-color css

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

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

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

border-color css

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

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

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