Html Css Color HEX #F56F56 Bittersweet

📋 copy color: '#F56F56'

red 245 ◦ green 111 ◦ blue 86

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

Shades of Bittersweet #F56F56

Tints of Bittersweet #F56F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 55.43%
G = 25.11%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F56F56 (or 0xF56F56) is known color: Bittersweet. HEX triplet: F5, 6F and 56. RGB value is (245,111,86). Sum of RGB (Red+Green+Blue) = 245+111+86=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F56 is #0A90A9. Grayscale: #949494. Windows color (decimal): -692394 or 5664757. OLE color: 5664757.

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

Color convert

RGB 245 111 86 -
CMYK 0 0.55 0.65 0.04
HSL 9.43º 0.89% 0.65% -
HSV(B) 9.43º 0.65% 0.96% -
XYZ 45.02 31.45 12.5 -
YUV 148.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 245 111 86 0 0.55 0.65 0.04 9.43 0.89 0.65
Hex F5 6F 56 0 37 41 4 9 59 41
Octal 365 157 126 0 67 101 4 11 131 101
Binary 11110101 1101111 1010110 0 110111 1000001 100 1001 1011001 1000001

Color Harmonies of #F56F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F56

Black with #F56F56

Text Example


Text Example

White with #F56F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F56; }

 p { color: rgb(245,111,86); }

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

background-color css

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

 a { background-color: rgb(245,111,86); }

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

border-color css

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

 span { border-color: rgb(245,111,86); }

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