Html Css Color HEX #F47D60 Bittersweet

📋 copy color: '#F47D60'

red 244 ◦ green 125 ◦ blue 96

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

Shades of Bittersweet #F47D60

Tints of Bittersweet #F47D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 52.47%
G = 26.88%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F47D60 (or 0xF47D60) is known color: Bittersweet. HEX triplet: F4, 7D and 60. RGB value is (244,125,96). Sum of RGB (Red+Green+Blue) = 244+125+96=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47D60 is #0B829F. Grayscale: #9D9D9D. Windows color (decimal): -754336 or 6323700. OLE color: 6323700.

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

Color convert

RGB 244 125 96 -
CMYK 0 0.49 0.61 0.04
HSL 11.76º 0.87% 0.67% -
HSV(B) 11.76º 0.61% 0.96% -
XYZ 46.75 34.74 15.31 -
YUV 157.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 244 125 96 0 0.49 0.61 0.04 11.76 0.87 0.67
Hex F4 7D 60 0 31 3D 4 C 57 43
Octal 364 175 140 0 61 75 4 14 127 103
Binary 11110100 1111101 1100000 0 110001 111101 100 1100 1010111 1000011

Color Harmonies of #F47D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D60

Black with #F47D60

Text Example


Text Example

White with #F47D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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