#F14A5D

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

Shades of Radical Red #F14A5D

Tints of Radical Red #F14A5D

Color information

#F14A5D (or 0xF14A5D) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 5D. RGB value is (241,74,93). Sum of RGB (Red+Green+Blue) = 241+74+93=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5D is #0EB5A2. Grayscale: #7E7E7E. Windows color (decimal): -964003 or 6114033. OLE color: 6114033.

HSL color Cylindrical-coordinate representation of color #F14A5D: hue angle of 353.17º degrees, saturation: 0.86, 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 #F14A5D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2417493-
CMYK00.690.610.05
HSL353.17º85.64%61.76%-
HSV(B)353.17º69.29%94.51%-
XYZ40.724.3912.92-
YUV126.1109.33209.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.07%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=59.07%
G=18.14%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241749300.690.610.05353.1785.6461.76
HexF14A5D0453D5161563e
Octal361112135010575554112676
Binary1111000110010101011101010001011111011011011000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A5D; }

 p { color: rgb(241,74,93); }

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

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

 a { background-color: rgb(241,74,93); }

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

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

 span { border-color: rgb(241,74,93); }

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