Html Css Color HEX #F07060 Bittersweet

📋 copy color: '#F07060'

red 240 ◦ green 112 ◦ blue 96

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

Shades of Bittersweet #F07060

Tints of Bittersweet #F07060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 53.57%
G = 25%
B = 21.43%

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

#F07060 (or 0xF07060) is known color: Bittersweet. HEX triplet: F0, 70 and 60. RGB value is (240,112,96). Sum of RGB (Red+Green+Blue) = 240+112+96=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F07060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07060 is #0F8F9F. Grayscale: #949494. Windows color (decimal): -1019808 or 6320368. OLE color: 6320368.

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

Color convert

RGB 240 112 96 -
CMYK 0 0.53 0.6 0.06
HSL 6.67º 0.83% 0.66% -
HSV(B) 6.67º 0.6% 0.94% -
XYZ 43.84 30.96 14.73 -
YUV 148.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 240 112 96 0 0.53 0.6 0.06 6.67 0.83 0.66
Hex F0 70 60 0 35 3C 6 7 53 42
Octal 360 160 140 0 65 74 6 7 123 102
Binary 11110000 1110000 1100000 0 110101 111100 110 111 1010011 1000010

Color Harmonies of #F07060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07060

Black with #F07060

Text Example


Text Example

White with #F07060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07060; }

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

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

background-color css

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

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

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

border-color css

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

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

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