#F95E58

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

Shades of Bittersweet #F95E58

Tints of Bittersweet #F95E58

Color information

#F95E58 (or 0xF95E58) is unknown color: approx Bittersweet. HEX triplet: F9, 5E and 58. RGB value is (249,94,88). Sum of RGB (Red+Green+Blue) = 249+94+88=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E58 is #06A1A7. Grayscale: #8B8B8B. Windows color (decimal): -434600 or 5791481. OLE color: 5791481.

HSL color Cylindrical-coordinate representation of color #F95E58: hue angle of 2.24º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F95E58 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2499488-
CMYK00.620.650.02
HSL2.24º93.06%66.08%-
HSV(B)2.24º64.66%97.65%-
XYZ44.8328.8512.44-
YUV139.6698.85205.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=57.77%
G=21.81%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249948800.620.650.022.2493.0666.08
HexF95E5803E41225d42
Octal37113613007610122135102
Binary111110011011110101100001111101000001101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E58; }

 p { color: rgb(249,94,88); }

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

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

 a { background-color: rgb(249,94,88); }

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

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

 span { border-color: rgb(249,94,88); }

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