#F26460

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

Shades of Bittersweet #F26460

Tints of Bittersweet #F26460

Color information

#F26460 (or 0xF26460) is unknown color: approx Bittersweet. HEX triplet: F2, 64 and 60. RGB value is (242,100,96). Sum of RGB (Red+Green+Blue) = 242+100+96=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F26460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26460 is #0D9B9F. Grayscale: #8E8E8E. Windows color (decimal): -891808 or 6317298. OLE color: 6317298.

HSL color Cylindrical-coordinate representation of color #F26460: hue angle of 1.64º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26460 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24210096-
CMYK00.590.600.05
HSL1.64º84.88%66.27%-
HSV(B)1.64º60.33%94.9%-
XYZ43.2928.8414.35-
YUV142102.04199.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=55.25%
G=22.83%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421009600.590.600.051.6484.8866.27
HexF2646003B3C525542
Octal3621441400737452125102
Binary111100101100100110000001110111111001011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26460; }

 p { color: rgb(242,100,96); }

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

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

 a { background-color: rgb(242,100,96); }

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

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

 span { border-color: rgb(242,100,96); }

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