#F14B51

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

Shades of Radical Red #F14B51

Tints of Radical Red #F14B51

Color information

#F14B51 (or 0xF14B51) is unknown color: approx Radical Red. HEX triplet: F1, 4B and 51. RGB value is (241,75,81). Sum of RGB (Red+Green+Blue) = 241+75+81=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B51 is #0EB4AE. Grayscale: #7D7D7D. Windows color (decimal): -963759 or 5327857. OLE color: 5327857.

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

Color convert

RGB2417581-
CMYK00.690.660.05
HSL357.83º85.57%61.96%-
HSV(B)357.83º68.88%94.51%-
XYZ40.2824.3310.36-
YUV125.32103210.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=60.71%
G=18.89%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241758100.690.660.05357.8385.5761.96
HexF14B51045425166563e
Octal3611131210105102554612676
Binary11110001100101110100010100010110000101011011001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B51; }

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

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

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

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

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

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

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

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