Html Css Color HEX #F85B5A Bittersweet

📋 copy color: '#F85B5A'

red 248 ◦ green 91 ◦ blue 90

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

Shades of Bittersweet #F85B5A

Tints of Bittersweet #F85B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 57.81%
G = 21.21%
B = 20.98%

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

#F85B5A (or 0xF85B5A) is known color: Bittersweet. HEX triplet: F8, 5B and 5A. RGB value is (248,91,90). Sum of RGB (Red+Green+Blue) = 248+91+90=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B5A is #07A4A5. Grayscale: #898989. Windows color (decimal): -500902 or 5921784. OLE color: 5921784.

HSL color Cylindrical-coordinate representation of color #F85B5A: hue angle of 0.38º 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 #F85B5A is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 90 -
CMYK 0 0.63 0.64 0.03
HSL 0.38º 0.92% 0.66% -
HSV(B) 0.38º 0.64% 0.97% -
XYZ 44.3 28.18 12.78 -
YUV 137.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 248 91 90 0 0.63 0.64 0.03 0.38 0.92 0.66
Hex F8 5B 5A 0 3F 40 3 0 5C 42
Octal 370 133 132 0 77 100 3 0 134 102
Binary 11111000 1011011 1011010 0 111111 1000000 11 0 1011100 1000010

Color Harmonies of #F85B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B5A

Black with #F85B5A

Text Example


Text Example

White with #F85B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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