#F5405E

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

Shades of Radical Red #F5405E

Tints of Radical Red #F5405E

Color information

#F5405E (or 0xF5405E) is unknown color: approx Radical Red. HEX triplet: F5, 40 and 5E. RGB value is (245,64,94). Sum of RGB (Red+Green+Blue) = 245+64+94=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5405E is #0ABFA1. Grayscale: #797979. Windows color (decimal): -704418 or 6177013. OLE color: 6177013.

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

Color convert

RGB2456494-
CMYK00.740.620.04
HSL350.06º90.05%60.59%-
HSV(B)350.06º73.88%96.08%-
XYZ41.5123.8913.01-
YUV121.54112.47216.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.79%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=60.79%
G=15.88%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245649400.740.620.04350.0690.0560.59
HexF5405E04A3E415e5a3d
Octal365100136011276453613275
Binary1111010110000001011110010010101111101001010111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5405E; }

 p { color: rgb(245,64,94); }

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

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

 a { background-color: rgb(245,64,94); }

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

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

 span { border-color: rgb(245,64,94); }

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