#F95E5C

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

Shades of Bittersweet #F95E5C

Tints of Bittersweet #F95E5C

Color information

#F95E5C (or 0xF95E5C) is unknown color: approx Bittersweet. HEX triplet: F9, 5E and 5C. RGB value is (249,94,92). Sum of RGB (Red+Green+Blue) = 249+94+92=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E5C is #06A1A3. Grayscale: #8C8C8C. Windows color (decimal): -434596 or 6053625. OLE color: 6053625.

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

Color convert

RGB2499492-
CMYK00.620.630.02
HSL0.76º92.9%66.86%-
HSV(B)0.76º63.05%97.65%-
XYZ4528.9213.34-
YUV140.12100.85205.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=57.24%
G=21.61%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249949200.620.630.020.7692.966.86
HexF95E5C03E3F215d43
Octal3711361340767721135103
Binary1111100110111101011100011111011111110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E5C; }

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

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

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

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

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

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

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

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