Html Css Color HEX #F7745C Bittersweet

📋 copy color: '#F7745C'

red 247 ◦ green 116 ◦ blue 92

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

Shades of Bittersweet #F7745C

Tints of Bittersweet #F7745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 54.29%
G = 25.49%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7745C (or 0xF7745C) is known color: Bittersweet. HEX triplet: F7, 74 and 5C. RGB value is (247,116,92). Sum of RGB (Red+Green+Blue) = 247+116+92=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7745C is #088BA3. Grayscale: #989898. Windows color (decimal): -560036 or 6059255. OLE color: 6059255.

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

Color convert

RGB 247 116 92 -
CMYK 0 0.53 0.63 0.03
HSL 9.29º 0.91% 0.66% -
HSV(B) 9.29º 0.63% 0.97% -
XYZ 46.53 33.04 14.05 -
YUV 152.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 247 116 92 0 0.53 0.63 0.03 9.29 0.91 0.66
Hex F7 74 5C 0 35 3F 3 9 5B 42
Octal 367 164 134 0 65 77 3 11 133 102
Binary 11110111 1110100 1011100 0 110101 111111 11 1001 1011011 1000010

Color Harmonies of #F7745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7745C

Black with #F7745C

Text Example


Text Example

White with #F7745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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