Html Css Color HEX #F76355 Bittersweet

📋 copy color: '#F76355'

red 247 ◦ green 99 ◦ blue 85

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

Shades of Bittersweet #F76355

Tints of Bittersweet #F76355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 57.31%
G = 22.97%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F76355 (or 0xF76355) is known color: Bittersweet. HEX triplet: F7, 63 and 55. RGB value is (247,99,85). Sum of RGB (Red+Green+Blue) = 247+99+85=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F76355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76355 is #089CAA. Grayscale: #8D8D8D. Windows color (decimal): -564395 or 5596151. OLE color: 5596151.

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

Color convert

RGB 247 99 85 -
CMYK 0 0.60 0.66 0.03
HSL 5.19º 0.91% 0.65% -
HSV(B) 5.19º 0.66% 0.97% -
XYZ 44.46 29.35 11.92 -
YUV 141.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 247 99 85 0 0.60 0.66 0.03 5.19 0.91 0.65
Hex F7 63 55 0 3C 42 3 5 5B 41
Octal 367 143 125 0 74 102 3 5 133 101
Binary 11110111 1100011 1010101 0 111100 1000010 11 101 1011011 1000001

Color Harmonies of #F76355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76355

Black with #F76355

Text Example


Text Example

White with #F76355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76355; }

 p { color: rgb(247,99,85); }

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

background-color css

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

 a { background-color: rgb(247,99,85); }

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

border-color css

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

 span { border-color: rgb(247,99,85); }

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