#F14A5C

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

Shades of Radical Red #F14A5C

Tints of Radical Red #F14A5C

Color information

#F14A5C (or 0xF14A5C) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 5C. RGB value is (241,74,92). Sum of RGB (Red+Green+Blue) = 241+74+92=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5C is #0EB5A3. Grayscale: #7E7E7E. Windows color (decimal): -964004 or 6048497. OLE color: 6048497.

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

Color convert

RGB2417492-
CMYK00.690.620.05
HSL353.53º85.64%61.76%-
HSV(B)353.53º69.29%94.51%-
XYZ40.6624.3712.69-
YUV125.98108.83210.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=59.21%
G=18.18%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241749200.690.620.05353.5385.6461.76
HexF14A5C0453E5162563e
Octal361112134010576554212676
Binary1111000110010101011100010001011111101011011000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A5C; }

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

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

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

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

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

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

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

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