Html Css Color HEX #F86B6B Bittersweet

📋 copy color: '#F86B6B'

red 248 ◦ green 107 ◦ blue 107

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

Shades of Bittersweet #F86B6B

Tints of Bittersweet #F86B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 53.68%
G = 23.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F86B6B (or 0xF86B6B) is known color: Bittersweet. HEX triplet: F8, 6B and 6B. RGB value is (248,107,107). Sum of RGB (Red+Green+Blue) = 248+107+107=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B6B is #079494. Grayscale: #959595. Windows color (decimal): -496789 or 7039992. OLE color: 7039992.

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

Color convert

RGB 248 107 107 -
CMYK 0 0.57 0.57 0.03
HSL 0.91% 0.7% -
HSV(B) 0.57% 0.97% -
XYZ 46.62 31.53 17.54 -
YUV 149.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 248 107 107 0 0.57 0.57 0.03 0 0.91 0.7
Hex F8 6B 6B 0 39 39 3 0 5B 46
Octal 370 153 153 0 71 71 3 0 133 106
Binary 11111000 1101011 1101011 0 111001 111001 11 0 1011011 1000110

Color Harmonies of #F86B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B6B

Black with #F86B6B

Text Example


Text Example

White with #F86B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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