Html Css Color HEX #F86E74 Froly

📋 copy color: '#F86E74'

red 248 ◦ green 110 ◦ blue 116

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

Shades of Froly #F86E74

Tints of Froly #F86E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 52.32%
G = 23.21%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F86E74 (or 0xF86E74) is known color: Froly. HEX triplet: F8, 6E and 74. RGB value is (248,110,116). Sum of RGB (Red+Green+Blue) = 248+110+116=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E74 is #07918B. Grayscale: #989898. Windows color (decimal): -496012 or 7630584. OLE color: 7630584.

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

Color convert

RGB 248 110 116 -
CMYK 0 0.56 0.53 0.03
HSL 357.39º 0.91% 0.7% -
HSV(B) 357.39º 0.56% 0.97% -
XYZ 47.44 32.37 20.27 -
YUV 151.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 248 110 116 0 0.56 0.53 0.03 357.39 0.91 0.7
Hex F8 6E 74 0 38 35 3 165 5B 46
Octal 370 156 164 0 70 65 3 545 133 106
Binary 11111000 1101110 1110100 0 111000 110101 11 101100101 1011011 1000110

Color Harmonies of #F86E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E74

Black with #F86E74

Text Example


Text Example

White with #F86E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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