Html Css Color HEX #F07261 Bittersweet

📋 copy color: '#F07261'

red 240 ◦ green 114 ◦ blue 97

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

Shades of Bittersweet #F07261

Tints of Bittersweet #F07261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 53.22%
G = 25.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F07261 (or 0xF07261) is known color: Bittersweet. HEX triplet: F0, 72 and 61. RGB value is (240,114,97). Sum of RGB (Red+Green+Blue) = 240+114+97=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07261 is #0F8D9E. Grayscale: #959595. Windows color (decimal): -1019295 or 6386416. OLE color: 6386416.

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

Color convert

RGB 240 114 97 -
CMYK 0 0.52 0.60 0.06
HSL 7.13º 0.83% 0.66% -
HSV(B) 7.13º 0.6% 0.94% -
XYZ 44.11 31.42 15.05 -
YUV 149.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 240 114 97 0 0.52 0.60 0.06 7.13 0.83 0.66
Hex F0 72 61 0 34 3C 6 7 53 42
Octal 360 162 141 0 64 74 6 7 123 102
Binary 11110000 1110010 1100001 0 110100 111100 110 111 1010011 1000010

Color Harmonies of #F07261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07261

Black with #F07261

Text Example


Text Example

White with #F07261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07261; }

 p { color: rgb(240,114,97); }

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

background-color css

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

 a { background-color: rgb(240,114,97); }

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

border-color css

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

 span { border-color: rgb(240,114,97); }

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