#F5425F

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

Shades of Radical Red #F5425F

Tints of Radical Red #F5425F

Color information

#F5425F (or 0xF5425F) is unknown color: approx Radical Red. HEX triplet: F5, 42 and 5F. RGB value is (245,66,95). Sum of RGB (Red+Green+Blue) = 245+66+95=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5425F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5425F is #0ABDA0. Grayscale: #7A7A7A. Windows color (decimal): -703905 or 6243061. OLE color: 6243061.

HSL color Cylindrical-coordinate representation of color #F5425F: hue angle of 350.28º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5425F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2456695-
CMYK00.730.610.04
HSL350.28º89.95%60.98%-
HSV(B)350.28º73.06%96.08%-
XYZ41.6724.1413.29-
YUV122.83112.3215.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.34%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=60.34%
G=16.26%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245669500.730.610.04350.2889.9560.98
HexF5425F0493D415e5a3d
Octal365102137011175453613275
Binary1111010110000101011111010010011111011001010111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5425F; }

 p { color: rgb(245,66,95); }

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

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

 a { background-color: rgb(245,66,95); }

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

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

 span { border-color: rgb(245,66,95); }

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