#F06958

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

Shades of Bittersweet #F06958

Tints of Bittersweet #F06958

Color information

#F06958 (or 0xF06958) is unknown color: approx Bittersweet. HEX triplet: F0, 69 and 58. RGB value is (240,105,88). Sum of RGB (Red+Green+Blue) = 240+105+88=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F06958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06958 is #0F96A7. Grayscale: #8F8F8F. Windows color (decimal): -1021608 or 5794288. OLE color: 5794288.

HSL color Cylindrical-coordinate representation of color #F06958: hue angle of 6.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06958 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB24010588-
CMYK00.560.630.06
HSL6.71º83.52%64.31%-
HSV(B)6.71º63.33%94.12%-
XYZ42.7529.3312.64-
YUV143.4396.73196.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.43%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=55.43%
G=24.25%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401058800.560.630.066.7183.5264.31
HexF069580383F675440
Octal3601511300707767124100
Binary1111000011010011011000011100011111111011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06958; }

 p { color: rgb(240,105,88); }

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

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

 a { background-color: rgb(240,105,88); }

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

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

 span { border-color: rgb(240,105,88); }

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