#F14D5A

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

Shades of Radical Red #F14D5A

Tints of Radical Red #F14D5A

Color information

#F14D5A (or 0xF14D5A) is unknown color: approx Radical Red. HEX triplet: F1, 4D and 5A. RGB value is (241,77,90). Sum of RGB (Red+Green+Blue) = 241+77+90=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D5A is #0EB2A5. Grayscale: #7F7F7F. Windows color (decimal): -963238 or 5918193. OLE color: 5918193.

HSL color Cylindrical-coordinate representation of color #F14D5A: hue angle of 355.24º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14D5A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB2417790-
CMYK00.680.630.05
HSL355.24º85.42%62.35%-
HSV(B)355.24º68.05%94.51%-
XYZ40.7724.7512.3-
YUV127.52106.83208.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.07%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=59.07%
G=18.87%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241779000.680.630.05355.2485.4262.35
HexF14D5A0443F5163553e
Octal361115132010477554312576
Binary1111000110011011011010010001001111111011011000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D5A; }

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

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

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

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

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

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

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

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