#F95F56

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

Shades of Tomato #F95F56

Tints of Tomato #F95F56

Color information

#F95F56 (or 0xF95F56) is unknown color: approx Tomato. HEX triplet: F9, 5F and 56. RGB value is (249,95,86). Sum of RGB (Red+Green+Blue) = 249+95+86=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F56 is #06A0A9. Grayscale: #8C8C8C. Windows color (decimal): -434346 or 5660665. OLE color: 5660665.

HSL color Cylindrical-coordinate representation of color #F95F56: hue angle of 3.31º 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 #F95F56 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2499586-
CMYK00.620.650.02
HSL3.31º93.14%65.69%-
HSV(B)3.31º65.46%97.65%-
XYZ44.842912.04-
YUV140.0297.52205.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.91%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 86 (33.98% from 255) = 20%
R=57.91%
G=22.09%
B=20%

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
Decimal249958600.620.650.023.3193.1465.69
HexF95F5603E41235d42
Octal37113712607610123135102
Binary111110011011111101011001111101000001101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95F56; }

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

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

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

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

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

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

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

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