#F14A5F

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

Shades of Radical Red #F14A5F

Tints of Radical Red #F14A5F

Color information

#F14A5F (or 0xF14A5F) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 5F. RGB value is (241,74,95). Sum of RGB (Red+Green+Blue) = 241+74+95=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5F is #0EB5A0. Grayscale: #7E7E7E. Windows color (decimal): -964001 or 6245105. OLE color: 6245105.

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

Color convert

RGB2417495-
CMYK00.690.610.05
HSL352.46º85.64%61.76%-
HSV(B)352.46º69.29%94.51%-
XYZ40.7924.4213.39-
YUV126.33110.33209.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=58.78%
G=18.05%
B=23.17%

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
Decimal241749500.690.610.05352.4685.6461.76
HexF14A5F0453D5160563e
Octal361112137010575554012676
Binary1111000110010101011111010001011111011011011000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A5F; }

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

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

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

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

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

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

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

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