Html Css Color HEX #F86362 Bittersweet

📋 copy color: '#F86362'

red 248 ◦ green 99 ◦ blue 98

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

Shades of Bittersweet #F86362

Tints of Bittersweet #F86362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 55.73%
G = 22.25%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F86362 (or 0xF86362) is known color: Bittersweet. HEX triplet: F8, 63 and 62. RGB value is (248,99,98). Sum of RGB (Red+Green+Blue) = 248+99+98=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F86362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86362 is #079C9D. Grayscale: #8F8F8F. Windows color (decimal): -498846 or 6448120. OLE color: 6448120.

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

Color convert

RGB 248 99 98 -
CMYK 0 0.60 0.60 0.03
HSL 0.4º 0.91% 0.68% -
HSV(B) 0.4º 0.6% 0.97% -
XYZ 45.38 29.76 14.91 -
YUV 143.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 248 99 98 0 0.60 0.60 0.03 0.4 0.91 0.68
Hex F8 63 62 0 3C 3C 3 0 5B 44
Octal 370 143 142 0 74 74 3 0 133 104
Binary 11111000 1100011 1100010 0 111100 111100 11 0 1011011 1000100

Color Harmonies of #F86362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86362

Black with #F86362

Text Example


Text Example

White with #F86362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86362; }

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

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

background-color css

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

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

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

border-color css

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

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

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