Html Css Color HEX #F8696B Froly

📋 copy color: '#F8696B'

red 248 ◦ green 105 ◦ blue 107

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

Shades of Froly #F8696B

Tints of Froly #F8696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 53.91%
G = 22.83%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8696B (or 0xF8696B) is known color: Froly. HEX triplet: F8, 69 and 6B. RGB value is (248,105,107). Sum of RGB (Red+Green+Blue) = 248+105+107=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8696B is #079694. Grayscale: #949494. Windows color (decimal): -497301 or 7039480. OLE color: 7039480.

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

Color convert

RGB 248 105 107 -
CMYK 0 0.58 0.57 0.03
HSL 359.16º 0.91% 0.69% -
HSV(B) 359.16º 0.58% 0.97% -
XYZ 46.42 31.12 17.47 -
YUV 147.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 248 105 107 0 0.58 0.57 0.03 359.16 0.91 0.69
Hex F8 69 6B 0 3A 39 3 167 5B 45
Octal 370 151 153 0 72 71 3 547 133 105
Binary 11111000 1101001 1101011 0 111010 111001 11 101100111 1011011 1000101

Color Harmonies of #F8696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8696B

Black with #F8696B

Text Example


Text Example

White with #F8696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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