#F25F4A

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

Shades of Tomato #F25F4A

Tints of Tomato #F25F4A

Color information

#F25F4A (or 0xF25F4A) is unknown color: approx Tomato. HEX triplet: F2, 5F and 4A. RGB value is (242,95,74). Sum of RGB (Red+Green+Blue) = 242+95+74=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F4A is #0DA0B5. Grayscale: #888888. Windows color (decimal): -893110 or 4874226. OLE color: 4874226.

HSL color Cylindrical-coordinate representation of color #F25F4A: hue angle of 7.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F25F4A is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2429574-
CMYK00.610.690.05
HSL7.5º86.6%61.96%-
HSV(B)7.5º69.42%94.9%-
XYZ41.9527.569.59-
YUV136.5692.7203.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.88%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=58.88%
G=23.11%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242957400.610.690.057.586.661.96
HexF25F4A03D4558573e
Octal36213711207510551012776
Binary11110010101111110010100111101100010110110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F4A; }

 p { color: rgb(242,95,74); }

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

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

 a { background-color: rgb(242,95,74); }

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

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

 span { border-color: rgb(242,95,74); }

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