Html Css Color HEX #F4706A Bittersweet

📋 copy color: '#F4706A'

red 244 ◦ green 112 ◦ blue 106

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

Shades of Bittersweet #F4706A

Tints of Bittersweet #F4706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 52.81%
G = 24.24%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4706A (or 0xF4706A) is known color: Bittersweet. HEX triplet: F4, 70 and 6A. RGB value is (244,112,106). Sum of RGB (Red+Green+Blue) = 244+112+106=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F4706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4706A is #0B8F95. Grayscale: #969696. Windows color (decimal): -757654 or 6975732. OLE color: 6975732.

HSL color Cylindrical-coordinate representation of color #F4706A: hue angle of 2.61º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4706A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 106 -
CMYK 0 0.54 0.57 0.04
HSL 2.61º 0.86% 0.69% -
HSV(B) 2.61º 0.57% 0.96% -
XYZ 45.7 31.86 17.38 -
YUV 150.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 244 112 106 0 0.54 0.57 0.04 2.61 0.86 0.69
Hex F4 70 6A 0 36 39 4 3 56 45
Octal 364 160 152 0 66 71 4 3 126 105
Binary 11110100 1110000 1101010 0 110110 111001 100 11 1010110 1000101

Color Harmonies of #F4706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4706A

Black with #F4706A

Text Example


Text Example

White with #F4706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4706A; }

 p { color: rgb(244,112,106); }

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

background-color css

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

 a { background-color: rgb(244,112,106); }

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

border-color css

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

 span { border-color: rgb(244,112,106); }

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