#f14b5a

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

Shades of Radical Red #F14B5A

Tints of Radical Red #F14B5A

Color information

#F14B5A (or 0xF14B5A) is unknown color: approx Radical Red. HEX triplet: F1, 4B and 5A. RGB value is (241,75,90). Sum of RGB (Red+Green+Blue) = 241+75+90=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B5A is #0EB4A5. Grayscale: #7E7E7E. Windows color (decimal): -963750 or 5917681. OLE color: 5917681.

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

Color convert

RGB2417590-
CMYK00.690.630.05
HSL354.58º85.57%61.96%-
HSV(B)354.58º68.88%94.51%-
XYZ40.6424.4712.25-
YUV126.34107.5209.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=59.36%
G=18.47%
B=22.17%

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
Decimal241759000.690.630.05354.5885.5761.96
HexF14B5A0453F5163563e
Octal361113132010577554312676
Binary1111000110010111011010010001011111111011011000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14b5a; }

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

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

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

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

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

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

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

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