Html Css Color HEX #F5615B Bittersweet

📋 copy color: '#F5615B'

red 245 ◦ green 97 ◦ blue 91

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

Shades of Bittersweet #F5615B

Tints of Bittersweet #F5615B

RGB

 RED value IS 245 (96.09% from 255) = 56.58%

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 91 (35.94% from 255) = 21.02%

R = 56.58%
G = 22.4%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5615B (or 0xF5615B) is known color: Bittersweet. HEX triplet: F5, 61 and 5B. RGB value is (245,97,91). Sum of RGB (Red+Green+Blue) = 245+97+91=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5615B is #0A9EA4. Grayscale: #8C8C8C. Windows color (decimal): -695973 or 5988853. OLE color: 5988853.

HSL color Cylindrical-coordinate representation of color #F5615B: hue angle of 2.34º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5615B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 91 -
CMYK 0 0.60 0.63 0.04
HSL 2.34º 0.89% 0.66% -
HSV(B) 2.34º 0.63% 0.96% -
XYZ 43.82 28.72 13.13 -
YUV 140.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 245 97 91 0 0.60 0.63 0.04 2.34 0.89 0.66
Hex F5 61 5B 0 3C 3F 4 2 59 42
Octal 365 141 133 0 74 77 4 2 131 102
Binary 11110101 1100001 1011011 0 111100 111111 100 10 1011001 1000010

Color Harmonies of #F5615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5615B

Black with #F5615B

Text Example


Text Example

White with #F5615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5615B; }

 p { color: rgb(245,97,91); }

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

background-color css

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

 a { background-color: rgb(245,97,91); }

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

border-color css

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

 span { border-color: rgb(245,97,91); }

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