Html Css Color HEX #F56560 Bittersweet

📋 copy color: '#F56560'

red 245 ◦ green 101 ◦ blue 96

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

Shades of Bittersweet #F56560

Tints of Bittersweet #F56560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 55.43%
G = 22.85%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F56560 (or 0xF56560) is known color: Bittersweet. HEX triplet: F5, 65 and 60. RGB value is (245,101,96). Sum of RGB (Red+Green+Blue) = 245+101+96=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F56560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56560 is #0A9A9F. Grayscale: #8F8F8F. Windows color (decimal): -694944 or 6317557. OLE color: 6317557.

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

Color convert

RGB 245 101 96 -
CMYK 0 0.59 0.61 0.04
HSL 2.01º 0.88% 0.67% -
HSV(B) 2.01º 0.61% 0.96% -
XYZ 44.42 29.56 14.43 -
YUV 143.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 245 101 96 0 0.59 0.61 0.04 2.01 0.88 0.67
Hex F5 65 60 0 3B 3D 4 2 58 43
Octal 365 145 140 0 73 75 4 2 130 103
Binary 11110101 1100101 1100000 0 111011 111101 100 10 1011000 1000011

Color Harmonies of #F56560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56560

Black with #F56560

Text Example


Text Example

White with #F56560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56560; }

 p { color: rgb(245,101,96); }

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

background-color css

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

 a { background-color: rgb(245,101,96); }

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

border-color css

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

 span { border-color: rgb(245,101,96); }

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