Html Css Color HEX #F87E81 Froly

📋 copy color: '#F87E81'

red 248 ◦ green 126 ◦ blue 129

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

Shades of Froly #F87E81

Tints of Froly #F87E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 49.3%
G = 25.05%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F87E81 (or 0xF87E81) is known color: Froly. HEX triplet: F8, 7E and 81. RGB value is (248,126,129). Sum of RGB (Red+Green+Blue) = 248+126+129=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87E81 is #07817E. Grayscale: #A2A2A2. Windows color (decimal): -491903 or 8486648. OLE color: 8486648.

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

Color convert

RGB 248 126 129 -
CMYK 0 0.49 0.48 0.03
HSL 358.52º 0.9% 0.73% -
HSV(B) 358.52º 0.49% 0.97% -
XYZ 50.13 36.46 25.16 -
YUV 162.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 248 126 129 0 0.49 0.48 0.03 358.52 0.9 0.73
Hex F8 7E 81 0 31 30 3 167 5A 49
Octal 370 176 201 0 61 60 3 547 132 111
Binary 11111000 1111110 10000001 0 110001 110000 11 101100111 1011010 1001001

Color Harmonies of #F87E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E81

Black with #F87E81

Text Example


Text Example

White with #F87E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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