Html Css Color HEX #F57460 Bittersweet

📋 copy color: '#F57460'

red 245 ◦ green 116 ◦ blue 96

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

Shades of Bittersweet #F57460

Tints of Bittersweet #F57460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 53.61%
G = 25.38%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F57460 (or 0xF57460) is known color: Bittersweet. HEX triplet: F5, 74 and 60. RGB value is (245,116,96). Sum of RGB (Red+Green+Blue) = 245+116+96=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F57460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57460 is #0A8B9F. Grayscale: #989898. Windows color (decimal): -691104 or 6321397. OLE color: 6321397.

HSL color Cylindrical-coordinate representation of color #F57460: hue angle of 8.05º 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 #F57460 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 116 96 -
CMYK 0 0.53 0.61 0.04
HSL 8.05º 0.88% 0.67% -
HSV(B) 8.05º 0.61% 0.96% -
XYZ 46.01 32.75 14.96 -
YUV 152.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 245 116 96 0 0.53 0.61 0.04 8.05 0.88 0.67
Hex F5 74 60 0 35 3D 4 8 58 43
Octal 365 164 140 0 65 75 4 10 130 103
Binary 11110101 1110100 1100000 0 110101 111101 100 1000 1011000 1000011

Color Harmonies of #F57460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57460

Black with #F57460

Text Example


Text Example

White with #F57460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57460; }

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

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

background-color css

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

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

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

border-color css

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

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

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