#F76360

Color #F76360 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F76360

Tints of Bittersweet #F76360

Color information

#F76360 (or 0xF76360) is unknown color: approx Bittersweet. HEX triplet: F7, 63 and 60. RGB value is (247,99,96). Sum of RGB (Red+Green+Blue) = 247+99+96=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F76360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76360 is #089C9F. Grayscale: #8F8F8F. Windows color (decimal): -564384 or 6317047. OLE color: 6317047.

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

Color convert

RGB2479996-
CMYK00.600.610.03
HSL1.19º90.42%67.25%-
HSV(B)1.19º61.13%96.86%-
XYZ44.9329.5414.4-
YUV142.91101.53202.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.88%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=55.88%
G=22.40%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247999600.600.610.031.1990.4267.25
HexF7636003C3D315a43
Octal3671431400747531132103
Binary1111011111000111100000011110011110111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76360; }

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

 H1.HeaderClassName
 {
   color: #F76360;
 }
 .AnyTagClassName
 {
   color: #F76360;
 }
</style>
background-color css

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

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

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

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

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

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