Html Css Color HEX #F8696C Froly

📋 copy color: '#F8696C'

red 248 ◦ green 105 ◦ blue 108

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

Shades of Froly #F8696C

Tints of Froly #F8696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.78%

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 53.8%
G = 22.78%
B = 23.43%

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

#F8696C (or 0xF8696C) is known color: Froly. HEX triplet: F8, 69 and 6C. RGB value is (248,105,108). Sum of RGB (Red+Green+Blue) = 248+105+108=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8696C is #079693. Grayscale: #949494. Windows color (decimal): -497300 or 7105016. OLE color: 7105016.

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

Color convert

RGB 248 105 108 -
CMYK 0 0.58 0.56 0.03
HSL 358.74º 0.91% 0.69% -
HSV(B) 358.74º 0.58% 0.97% -
XYZ 46.47 31.14 17.75 -
YUV 148.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 248 105 108 0 0.58 0.56 0.03 358.74 0.91 0.69
Hex F8 69 6C 0 3A 38 3 167 5B 45
Octal 370 151 154 0 72 70 3 547 133 105
Binary 11111000 1101001 1101100 0 111010 111000 11 101100111 1011011 1000101

Color Harmonies of #F8696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8696C

Black with #F8696C

Text Example


Text Example

White with #F8696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8696C; }

 p { color: rgb(248,105,108); }

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

background-color css

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

 a { background-color: rgb(248,105,108); }

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

border-color css

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

 span { border-color: rgb(248,105,108); }

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