Html Css Color HEX #F86260 Bittersweet

📋 copy color: '#F86260'

red 248 ◦ green 98 ◦ blue 96

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

Shades of Bittersweet #F86260

Tints of Bittersweet #F86260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 56.11%
G = 22.17%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F86260 (or 0xF86260) is known color: Bittersweet. HEX triplet: F8, 62 and 60. RGB value is (248,98,96). Sum of RGB (Red+Green+Blue) = 248+98+96=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F86260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86260 is #079D9F. Grayscale: #8E8E8E. Windows color (decimal): -499104 or 6316792. OLE color: 6316792.

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

Color convert

RGB 248 98 96 -
CMYK 0 0.60 0.61 0.03
HSL 0.79º 0.92% 0.67% -
HSV(B) 0.79º 0.61% 0.97% -
XYZ 45.19 29.54 14.39 -
YUV 142.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 248 98 96 0 0.60 0.61 0.03 0.79 0.92 0.67
Hex F8 62 60 0 3C 3D 3 1 5C 43
Octal 370 142 140 0 74 75 3 1 134 103
Binary 11111000 1100010 1100000 0 111100 111101 11 1 1011100 1000011

Color Harmonies of #F86260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86260

Black with #F86260

Text Example


Text Example

White with #F86260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86260; }

 p { color: rgb(248,98,96); }

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

background-color css

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

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

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

border-color css

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

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

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