#F86661

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

Shades of Bittersweet #F86661

Tints of Bittersweet #F86661

Color information

#F86661 (or 0xF86661) is unknown color: approx Bittersweet. HEX triplet: F8, 66 and 61. RGB value is (248,102,97). Sum of RGB (Red+Green+Blue) = 248+102+97=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F86661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86661 is #07999E. Grayscale: #919191. Windows color (decimal): -498079 or 6383352. OLE color: 6383352.

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

Color convert

RGB24810297-
CMYK00.590.610.03
HSL1.99º91.52%67.65%-
HSV(B)1.99º60.89%97.25%-
XYZ45.6230.3214.76-
YUV145.08100.87201.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.48%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=55.48%
G=22.82%
B=21.70%

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
Decimal2481029700.590.610.031.9991.5267.65
HexF8666103B3D325c44
Octal3701461410737532134104
Binary11111000110011011000010111011111101111010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86661; }

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

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

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

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

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

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

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

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