Html Css Color HEX #F8686D Froly

📋 copy color: '#F8686D'

red 248 ◦ green 104 ◦ blue 109

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

Shades of Froly #F8686D

Tints of Froly #F8686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 53.8%
G = 22.56%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8686D (or 0xF8686D) is known color: Froly. HEX triplet: F8, 68 and 6D. RGB value is (248,104,109). Sum of RGB (Red+Green+Blue) = 248+104+109=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8686D is #079792. Grayscale: #939393. Windows color (decimal): -497555 or 7170296. OLE color: 7170296.

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

Color convert

RGB 248 104 109 -
CMYK 0 0.58 0.56 0.03
HSL 357.92º 0.91% 0.69% -
HSV(B) 357.92º 0.58% 0.97% -
XYZ 46.42 30.96 18 -
YUV 147.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 248 104 109 0 0.58 0.56 0.03 357.92 0.91 0.69
Hex F8 68 6D 0 3A 38 3 166 5B 45
Octal 370 150 155 0 72 70 3 546 133 105
Binary 11111000 1101000 1101101 0 111010 111000 11 101100110 1011011 1000101

Color Harmonies of #F8686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8686D

Black with #F8686D

Text Example


Text Example

White with #F8686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8686D; }

 p { color: rgb(248,104,109); }

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

background-color css

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

 a { background-color: rgb(248,104,109); }

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

border-color css

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

 span { border-color: rgb(248,104,109); }

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