Html Css Color HEX #F86F5B Bittersweet

📋 copy color: '#F86F5B'

red 248 ◦ green 111 ◦ blue 91

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

Shades of Bittersweet #F86F5B

Tints of Bittersweet #F86F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 55.11%
G = 24.67%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F86F5B (or 0xF86F5B) is known color: Bittersweet. HEX triplet: F8, 6F and 5B. RGB value is (248,111,91). Sum of RGB (Red+Green+Blue) = 248+111+91=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F5B is #0790A4. Grayscale: #959595. Windows color (decimal): -495781 or 5992440. OLE color: 5992440.

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

Color convert

RGB 248 111 91 -
CMYK 0 0.55 0.63 0.03
HSL 7.64º 0.92% 0.66% -
HSV(B) 7.64º 0.63% 0.97% -
XYZ 46.28 32.08 13.65 -
YUV 149.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 248 111 91 0 0.55 0.63 0.03 7.64 0.92 0.66
Hex F8 6F 5B 0 37 3F 3 8 5C 42
Octal 370 157 133 0 67 77 3 10 134 102
Binary 11111000 1101111 1011011 0 110111 111111 11 1000 1011100 1000010

Color Harmonies of #F86F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F5B

Black with #F86F5B

Text Example


Text Example

White with #F86F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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