#F5414E

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

Shades of Radical Red #F5414E

Tints of Radical Red #F5414E

Color information

#F5414E (or 0xF5414E) is unknown color: approx Radical Red. HEX triplet: F5, 41 and 4E. RGB value is (245,65,78). Sum of RGB (Red+Green+Blue) = 245+65+78=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5414E is #0ABEB1. Grayscale: #787878. Windows color (decimal): -704178 or 5128693. OLE color: 5128693.

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

Color convert

RGB2456578-
CMYK00.730.680.04
HSL355.67º90%60.78%-
HSV(B)355.67º73.47%96.08%-
XYZ40.9223.749.63-
YUV120.3104.13216.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.14%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=63.14%
G=16.75%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245657800.730.680.04355.679060.78
HexF5414E0494441645a3d
Octal3651011160111104454413275
Binary11110101100000110011100100100110001001001011001001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5414E; }

 p { color: rgb(245,65,78); }

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

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

 a { background-color: rgb(245,65,78); }

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

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

 span { border-color: rgb(245,65,78); }

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