Html Css Color HEX #F85C59 Bittersweet

📋 copy color: '#F85C59'

red 248 ◦ green 92 ◦ blue 89

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

Shades of Bittersweet #F85C59

Tints of Bittersweet #F85C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 57.81%
G = 21.45%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F85C59 (or 0xF85C59) is known color: Bittersweet. HEX triplet: F8, 5C and 59. RGB value is (248,92,89). Sum of RGB (Red+Green+Blue) = 248+92+89=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C59 is #07A3A6. Grayscale: #8A8A8A. Windows color (decimal): -500647 or 5856504. OLE color: 5856504.

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

Color convert

RGB 248 92 89 -
CMYK 0 0.63 0.64 0.03
HSL 1.13º 0.92% 0.66% -
HSV(B) 1.13º 0.64% 0.97% -
XYZ 44.34 28.33 12.58 -
YUV 138.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 248 92 89 0 0.63 0.64 0.03 1.13 0.92 0.66
Hex F8 5C 59 0 3F 40 3 1 5C 42
Octal 370 134 131 0 77 100 3 1 134 102
Binary 11111000 1011100 1011001 0 111111 1000000 11 1 1011100 1000010

Color Harmonies of #F85C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C59

Black with #F85C59

Text Example


Text Example

White with #F85C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C59; }

 p { color: rgb(248,92,89); }

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

background-color css

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

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

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

border-color css

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

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

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