Html Css Color HEX #F86F6D Bittersweet

📋 copy color: '#F86F6D'

red 248 ◦ green 111 ◦ blue 109

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

Shades of Bittersweet #F86F6D

Tints of Bittersweet #F86F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

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

R = 52.99%
G = 23.72%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F86F6D (or 0xF86F6D) is known color: Bittersweet. HEX triplet: F8, 6F and 6D. RGB value is (248,111,109). Sum of RGB (Red+Green+Blue) = 248+111+109=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F6D is #079092. Grayscale: #979797. Windows color (decimal): -495763 or 7172088. OLE color: 7172088.

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

Color convert

RGB 248 111 109 -
CMYK 0 0.55 0.56 0.03
HSL 0.86º 0.91% 0.7% -
HSV(B) 0.86º 0.56% 0.97% -
XYZ 47.16 32.43 18.24 -
YUV 151.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 248 111 109 0 0.55 0.56 0.03 0.86 0.91 0.7
Hex F8 6F 6D 0 37 38 3 1 5B 46
Octal 370 157 155 0 67 70 3 1 133 106
Binary 11111000 1101111 1101101 0 110111 111000 11 1 1011011 1000110

Color Harmonies of #F86F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F6D

Black with #F86F6D

Text Example


Text Example

White with #F86F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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