Html Css Color HEX #F56464 Bittersweet

📋 copy color: '#F56464'

red 245 ◦ green 100 ◦ blue 100

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

Shades of Bittersweet #F56464

Tints of Bittersweet #F56464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.47%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 55.06%
G = 22.47%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F56464 (or 0xF56464) is known color: Bittersweet. HEX triplet: F5, 64 and 64. RGB value is (245,100,100). Sum of RGB (Red+Green+Blue) = 245+100+100=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F56464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56464 is #0A9B9B. Grayscale: #8F8F8F. Windows color (decimal): -695196 or 6579445. OLE color: 6579445.

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

Color convert

RGB 245 100 100 -
CMYK 0 0.59 0.59 0.04
HSL 0.88% 0.68% -
HSV(B) 0.59% 0.96% -
XYZ 44.51 29.45 15.39 -
YUV 143.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 245 100 100 0 0.59 0.59 0.04 0 0.88 0.68
Hex F5 64 64 0 3B 3B 4 0 58 44
Octal 365 144 144 0 73 73 4 0 130 104
Binary 11110101 1100100 1100100 0 111011 111011 100 0 1011000 1000100

Color Harmonies of #F56464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56464

Black with #F56464

Text Example


Text Example

White with #F56464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56464; }

 p { color: rgb(245,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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