#F86561

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

Shades of Bittersweet #F86561

Tints of Bittersweet #F86561

Color information

#F86561 (or 0xF86561) is unknown color: approx Bittersweet. HEX triplet: F8, 65 and 61. RGB value is (248,101,97). Sum of RGB (Red+Green+Blue) = 248+101+97=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F86561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86561 is #079A9E. Grayscale: #909090. Windows color (decimal): -498335 or 6383096. OLE color: 6383096.

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

Color convert

RGB24810197-
CMYK00.590.610.03
HSL1.59º91.52%67.65%-
HSV(B)1.59º60.89%97.25%-
XYZ45.5230.1314.73-
YUV144.5101.2201.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=55.61%
G=22.65%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481019700.590.610.031.5991.5267.65
HexF8656103B3D325c44
Octal3701451410737532134104
Binary11111000110010111000010111011111101111010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86561; }

 p { color: rgb(248,101,97); }

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

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

 a { background-color: rgb(248,101,97); }

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

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

 span { border-color: rgb(248,101,97); }

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