Html Css Color HEX #F07160 Bittersweet

📋 copy color: '#F07160'

red 240 ◦ green 113 ◦ blue 96

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

Shades of Bittersweet #F07160

Tints of Bittersweet #F07160

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 53.45%
G = 25.17%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F07160 (or 0xF07160) is known color: Bittersweet. HEX triplet: F0, 71 and 60. RGB value is (240,113,96). Sum of RGB (Red+Green+Blue) = 240+113+96=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F07160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07160 is #0F8E9F. Grayscale: #959595. Windows color (decimal): -1019552 or 6320624. OLE color: 6320624.

HSL color Cylindrical-coordinate representation of color #F07160: hue angle of 7.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F07160 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 96 -
CMYK 0 0.53 0.6 0.06
HSL 7.08º 0.83% 0.66% -
HSV(B) 7.08º 0.6% 0.94% -
XYZ 43.95 31.18 14.77 -
YUV 149.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 240 113 96 0 0.53 0.6 0.06 7.08 0.83 0.66
Hex F0 71 60 0 35 3C 6 7 53 42
Octal 360 161 140 0 65 74 6 7 123 102
Binary 11110000 1110001 1100000 0 110101 111100 110 111 1010011 1000010

Color Harmonies of #F07160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07160

Black with #F07160

Text Example


Text Example

White with #F07160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07160; }

 p { color: rgb(240,113,96); }

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

background-color css

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

 a { background-color: rgb(240,113,96); }

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

border-color css

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

 span { border-color: rgb(240,113,96); }

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