Html Css Color HEX #F7745A Bittersweet

📋 copy color: '#F7745A'

red 247 ◦ green 116 ◦ blue 90

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

Shades of Bittersweet #F7745A

Tints of Bittersweet #F7745A

RGB

 RED value IS 247 (96.88% from 255) = 54.53%

 GREEN value IS 116 (45.7% from 255) = 25.61%

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 54.53%
G = 25.61%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7745A (or 0xF7745A) is known color: Bittersweet. HEX triplet: F7, 74 and 5A. RGB value is (247,116,90). Sum of RGB (Red+Green+Blue) = 247+116+90=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7745A is #088BA5. Grayscale: #989898. Windows color (decimal): -560038 or 5928183. OLE color: 5928183.

HSL color Cylindrical-coordinate representation of color #F7745A: hue angle of 9.94º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7745A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 116 90 -
CMYK 0 0.53 0.64 0.03
HSL 9.94º 0.91% 0.66% -
HSV(B) 9.94º 0.64% 0.97% -
XYZ 46.45 33 13.59 -
YUV 152.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 247 116 90 0 0.53 0.64 0.03 9.94 0.91 0.66
Hex F7 74 5A 0 35 40 3 A 5B 42
Octal 367 164 132 0 65 100 3 12 133 102
Binary 11110111 1110100 1011010 0 110101 1000000 11 1010 1011011 1000010

Color Harmonies of #F7745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7745A

Black with #F7745A

Text Example


Text Example

White with #F7745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7745A; }

 p { color: rgb(247,116,90); }

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

background-color css

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

 a { background-color: rgb(247,116,90); }

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

border-color css

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

 span { border-color: rgb(247,116,90); }

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