Html Css Color HEX #F86E71 Froly

📋 copy color: '#F86E71'

red 248 ◦ green 110 ◦ blue 113

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

Shades of Froly #F86E71

Tints of Froly #F86E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 52.65%
G = 23.35%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F86E71 (or 0xF86E71) is known color: Froly. HEX triplet: F8, 6E and 71. RGB value is (248,110,113). Sum of RGB (Red+Green+Blue) = 248+110+113=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E71 is #07918E. Grayscale: #979797. Windows color (decimal): -496015 or 7433976. OLE color: 7433976.

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

Color convert

RGB 248 110 113 -
CMYK 0 0.56 0.54 0.03
HSL 358.7º 0.91% 0.7% -
HSV(B) 358.7º 0.56% 0.97% -
XYZ 47.27 32.3 19.37 -
YUV 151.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 248 110 113 0 0.56 0.54 0.03 358.7 0.91 0.7
Hex F8 6E 71 0 38 36 3 167 5B 46
Octal 370 156 161 0 70 66 3 547 133 106
Binary 11111000 1101110 1110001 0 111000 110110 11 101100111 1011011 1000110

Color Harmonies of #F86E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E71

Black with #F86E71

Text Example


Text Example

White with #F86E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E71; }

 p { color: rgb(248,110,113); }

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

background-color css

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

 a { background-color: rgb(248,110,113); }

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

border-color css

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

 span { border-color: rgb(248,110,113); }

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