Html Css Color HEX #F47260 Bittersweet

📋 copy color: '#F47260'

red 244 ◦ green 114 ◦ blue 96

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

Shades of Bittersweet #F47260

Tints of Bittersweet #F47260

RGB

 RED value IS 244 (95.7% from 255) = 53.74%

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

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

R = 53.74%
G = 25.11%
B = 21.15%

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

#F47260 (or 0xF47260) is known color: Bittersweet. HEX triplet: F4, 72 and 60. RGB value is (244,114,96). Sum of RGB (Red+Green+Blue) = 244+114+96=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F47260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47260 is #0B8D9F. Grayscale: #979797. Windows color (decimal): -757152 or 6320884. OLE color: 6320884.

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

Color convert

RGB 244 114 96 -
CMYK 0 0.53 0.61 0.04
HSL 7.3º 0.87% 0.67% -
HSV(B) 7.3º 0.61% 0.96% -
XYZ 45.44 32.11 14.87 -
YUV 150.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 244 114 96 0 0.53 0.61 0.04 7.3 0.87 0.67
Hex F4 72 60 0 35 3D 4 7 57 43
Octal 364 162 140 0 65 75 4 7 127 103
Binary 11110100 1110010 1100000 0 110101 111101 100 111 1010111 1000011

Color Harmonies of #F47260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47260

Black with #F47260

Text Example


Text Example

White with #F47260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47260; }

 p { color: rgb(244,114,96); }

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

background-color css

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

 a { background-color: rgb(244,114,96); }

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

border-color css

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

 span { border-color: rgb(244,114,96); }

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