#f14a5a

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

Shades of Radical Red #F14A5A

Tints of Radical Red #F14A5A

Color information

#F14A5A (or 0xF14A5A) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 5A. RGB value is (241,74,90). Sum of RGB (Red+Green+Blue) = 241+74+90=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5A is #0EB5A5. Grayscale: #7D7D7D. Windows color (decimal): -964006 or 5917425. OLE color: 5917425.

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

Color convert

RGB2417490-
CMYK00.690.630.05
HSL354.25º85.64%61.76%-
HSV(B)354.25º69.29%94.51%-
XYZ40.5724.3412.23-
YUV125.76107.83210.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=59.51%
G=18.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241749000.690.630.05354.2585.6461.76
HexF14A5A0453F5162563e
Octal361112132010577554212676
Binary1111000110010101011010010001011111111011011000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14a5a; }

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

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

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

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

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

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

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

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