Html Css Color HEX #F77360 Bittersweet

📋 copy color: '#F77360'

red 247 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #F77360

Tints of Bittersweet #F77360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

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

R = 53.93%
G = 25.11%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F77360 (or 0xF77360) is known color: Bittersweet. HEX triplet: F7, 73 and 60. RGB value is (247,115,96). Sum of RGB (Red+Green+Blue) = 247+115+96=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F77360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77360 is #088C9F. Grayscale: #989898. Windows color (decimal): -560288 or 6321143. OLE color: 6321143.

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

Color convert

RGB 247 115 96 -
CMYK 0 0.53 0.61 0.03
HSL 7.55º 0.9% 0.67% -
HSV(B) 7.55º 0.61% 0.97% -
XYZ 46.6 32.88 14.96 -
YUV 152.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 247 115 96 0 0.53 0.61 0.03 7.55 0.9 0.67
Hex F7 73 60 0 35 3D 3 8 5A 43
Octal 367 163 140 0 65 75 3 10 132 103
Binary 11110111 1110011 1100000 0 110101 111101 11 1000 1011010 1000011

Color Harmonies of #F77360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77360

Black with #F77360

Text Example


Text Example

White with #F77360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77360; }

 p { color: rgb(247,115,96); }

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

background-color css

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

 a { background-color: rgb(247,115,96); }

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

border-color css

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

 span { border-color: rgb(247,115,96); }

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