Html Css Color HEX #F87D80 Froly

📋 copy color: '#F87D80'

red 248 ◦ green 125 ◦ blue 128

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

Shades of Froly #F87D80

Tints of Froly #F87D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 128 (50.39% from 255) = 25.55%

R = 49.5%
G = 24.95%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F87D80 (or 0xF87D80) is known color: Froly. HEX triplet: F8, 7D and 80. RGB value is (248,125,128). Sum of RGB (Red+Green+Blue) = 248+125+128=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D80 is #07827F. Grayscale: #A2A2A2. Windows color (decimal): -492160 or 8420856. OLE color: 8420856.

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

Color convert

RGB 248 125 128 -
CMYK 0 0.50 0.48 0.03
HSL 358.54º 0.9% 0.73% -
HSV(B) 358.54º 0.5% 0.97% -
XYZ 49.94 36.18 24.77 -
YUV 162.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 248 125 128 0 0.50 0.48 0.03 358.54 0.9 0.73
Hex F8 7D 80 0 32 30 3 167 5A 49
Octal 370 175 200 0 62 60 3 547 132 111
Binary 11111000 1111101 10000000 0 110010 110000 11 101100111 1011010 1001001

Color Harmonies of #F87D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D80

Black with #F87D80

Text Example


Text Example

White with #F87D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D80; }

 p { color: rgb(248,125,128); }

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

background-color css

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

 a { background-color: rgb(248,125,128); }

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

border-color css

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

 span { border-color: rgb(248,125,128); }

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