Html Css Color HEX #F86358 Bittersweet

📋 copy color: '#F86358'

red 248 ◦ green 99 ◦ blue 88

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

Shades of Bittersweet #F86358

Tints of Bittersweet #F86358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 57.01%
G = 22.76%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F86358 (or 0xF86358) is known color: Bittersweet. HEX triplet: F8, 63 and 58. RGB value is (248,99,88). Sum of RGB (Red+Green+Blue) = 248+99+88=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F86358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86358 is #079CA7. Grayscale: #8E8E8E. Windows color (decimal): -498856 or 5792760. OLE color: 5792760.

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

Color convert

RGB 248 99 88 -
CMYK 0 0.60 0.65 0.03
HSL 4.13º 0.92% 0.66% -
HSV(B) 4.13º 0.65% 0.97% -
XYZ 44.93 29.58 12.57 -
YUV 142.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 248 99 88 0 0.60 0.65 0.03 4.13 0.92 0.66
Hex F8 63 58 0 3C 41 3 4 5C 42
Octal 370 143 130 0 74 101 3 4 134 102
Binary 11111000 1100011 1011000 0 111100 1000001 11 100 1011100 1000010

Color Harmonies of #F86358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86358

Black with #F86358

Text Example


Text Example

White with #F86358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86358; }

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

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

background-color css

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

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

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

border-color css

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

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

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