#F5405F

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

Shades of Radical Red #F5405F

Tints of Radical Red #F5405F

Color information

#F5405F (or 0xF5405F) is unknown color: approx Radical Red. HEX triplet: F5, 40 and 5F. RGB value is (245,64,95). Sum of RGB (Red+Green+Blue) = 245+64+95=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5405F is #0ABFA0. Grayscale: #797979. Windows color (decimal): -704417 or 6242549. OLE color: 6242549.

HSL color Cylindrical-coordinate representation of color #F5405F: hue angle of 349.72º 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 #F5405F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2456495-
CMYK00.740.610.04
HSL349.72º90.05%60.59%-
HSV(B)349.72º73.88%96.08%-
XYZ41.5623.9113.25-
YUV121.65112.97215.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=60.64%
G=15.84%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245649500.740.610.04349.7290.0560.59
HexF5405F04A3D415e5a3d
Octal365100137011275453613275
Binary1111010110000001011111010010101111011001010111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5405F; }

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

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

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

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

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

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

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

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