#F17468

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

Shades of Bittersweet #F17468

Tints of Bittersweet #F17468

Color information

#F17468 (or 0xF17468) is unknown color: approx Bittersweet. HEX triplet: F1, 74 and 68. RGB value is (241,116,104). Sum of RGB (Red+Green+Blue) = 241+116+104=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F17468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17468 is #0E8B97. Grayscale: #989898. Windows color (decimal): -953240 or 6845681. OLE color: 6845681.

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

Color convert

RGB241116104-
CMYK00.520.570.05
HSL5.26º83.03%67.65%-
HSV(B)5.26º56.85%94.51%-
XYZ45.0232.1916.94-
YUV152.01100.91191.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=52.28%
G=25.16%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111610400.520.570.055.2683.0367.65
HexF1746803439555344
Octal3611641500647155123104
Binary1111000111101001101000011010011100110110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17468; }

 p { color: rgb(241,116,104); }

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

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

 a { background-color: rgb(241,116,104); }

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

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

 span { border-color: rgb(241,116,104); }

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