Html Css Color HEX #F5615C Bittersweet

📋 copy color: '#F5615C'

red 245 ◦ green 97 ◦ blue 92

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

Shades of Bittersweet #F5615C

Tints of Bittersweet #F5615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 56.45%
G = 22.35%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5615C (or 0xF5615C) is known color: Bittersweet. HEX triplet: F5, 61 and 5C. RGB value is (245,97,92). Sum of RGB (Red+Green+Blue) = 245+97+92=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5615C is #0A9EA3. Grayscale: #8C8C8C. Windows color (decimal): -695972 or 6054389. OLE color: 6054389.

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

Color convert

RGB 245 97 92 -
CMYK 0 0.60 0.62 0.04
HSL 1.96º 0.88% 0.66% -
HSV(B) 1.96º 0.62% 0.96% -
XYZ 43.86 28.73 13.36 -
YUV 140.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 245 97 92 0 0.60 0.62 0.04 1.96 0.88 0.66
Hex F5 61 5C 0 3C 3E 4 2 58 42
Octal 365 141 134 0 74 76 4 2 130 102
Binary 11110101 1100001 1011100 0 111100 111110 100 10 1011000 1000010

Color Harmonies of #F5615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5615C

Black with #F5615C

Text Example


Text Example

White with #F5615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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