#F95F5A

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

Shades of Bittersweet #F95F5A

Tints of Bittersweet #F95F5A

Color information

#F95F5A (or 0xF95F5A) is unknown color: approx Bittersweet. HEX triplet: F9, 5F and 5A. RGB value is (249,95,90). Sum of RGB (Red+Green+Blue) = 249+95+90=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F5A is #06A0A5. Grayscale: #8C8C8C. Windows color (decimal): -434342 or 5922809. OLE color: 5922809.

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

Color convert

RGB2499590-
CMYK00.620.640.02
HSL1.89º92.98%66.47%-
HSV(B)1.89º63.86%97.65%-
XYZ4529.0612.91-
YUV140.4899.52205.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.37%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=57.37%
G=21.89%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249959000.620.640.021.8992.9866.47
HexF95F5A03E40225d42
Octal37113713207610022135102
Binary111110011011111101101001111101000000101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95F5A; }

 p { color: rgb(249,95,90); }

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

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

 a { background-color: rgb(249,95,90); }

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

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

 span { border-color: rgb(249,95,90); }

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