#F14B5D

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

Shades of Radical Red #F14B5D

Tints of Radical Red #F14B5D

Color information

#F14B5D (or 0xF14B5D) is unknown color: approx Radical Red. HEX triplet: F1, 4B and 5D. RGB value is (241,75,93). Sum of RGB (Red+Green+Blue) = 241+75+93=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B5D is #0EB4A2. Grayscale: #7E7E7E. Windows color (decimal): -963747 or 6114289. OLE color: 6114289.

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

Color convert

RGB2417593-
CMYK00.690.610.05
HSL353.49º85.57%61.96%-
HSV(B)353.49º68.88%94.51%-
XYZ40.7724.5212.94-
YUV126.69109209.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=58.92%
G=18.34%
B=22.74%

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
Decimal241759300.690.610.05353.4985.5761.96
HexF14B5D0453D5161563e
Octal361113135010575554112676
Binary1111000110010111011101010001011111011011011000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B5D; }

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

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

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

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

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

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

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

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