#F17363

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

Shades of Bittersweet #F17363

Tints of Bittersweet #F17363

Color information

#F17363 (or 0xF17363) is unknown color: approx Bittersweet. HEX triplet: F1, 73 and 63. RGB value is (241,115,99). Sum of RGB (Red+Green+Blue) = 241+115+99=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F17363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17363 is #0E8C9C. Grayscale: #979797. Windows color (decimal): -953501 or 6517745. OLE color: 6517745.

HSL color Cylindrical-coordinate representation of color #F17363: hue angle of 6.76º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F17363 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24111599-
CMYK00.520.590.05
HSL6.76º83.53%66.67%-
HSV(B)6.76º58.92%94.51%-
XYZ44.6631.8615.6-
YUV150.8598.74192.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=52.97%
G=25.27%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411159900.520.590.056.7683.5366.67
HexF173630343B575443
Octal3611631430647357124103
Binary1111000111100111100011011010011101110111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17363; }

 p { color: rgb(241,115,99); }

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

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

 a { background-color: rgb(241,115,99); }

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

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

 span { border-color: rgb(241,115,99); }

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