Html Css Color HEX #F76560 Bittersweet

📋 copy color: '#F76560'

red 247 ◦ green 101 ◦ blue 96

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

Shades of Bittersweet #F76560

Tints of Bittersweet #F76560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.75%

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

R = 55.63%
G = 22.75%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F76560 (or 0xF76560) is known color: Bittersweet. HEX triplet: F7, 65 and 60. RGB value is (247,101,96). Sum of RGB (Red+Green+Blue) = 247+101+96=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F76560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76560 is #089A9F. Grayscale: #909090. Windows color (decimal): -563872 or 6317559. OLE color: 6317559.

HSL color Cylindrical-coordinate representation of color #F76560: hue angle of 1.99º 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 #F76560 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 101 96 -
CMYK 0 0.59 0.61 0.03
HSL 1.99º 0.9% 0.67% -
HSV(B) 1.99º 0.61% 0.97% -
XYZ 45.12 29.93 14.46 -
YUV 144.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 247 101 96 0 0.59 0.61 0.03 1.99 0.9 0.67
Hex F7 65 60 0 3B 3D 3 2 5A 43
Octal 367 145 140 0 73 75 3 2 132 103
Binary 11110111 1100101 1100000 0 111011 111101 11 10 1011010 1000011

Color Harmonies of #F76560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76560

Black with #F76560

Text Example


Text Example

White with #F76560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76560; }

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

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

background-color css

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

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

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

border-color css

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

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

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