#F14A4F

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

Shades of Radical Red #F14A4F

Tints of Radical Red #F14A4F

Color information

#F14A4F (or 0xF14A4F) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 4F. RGB value is (241,74,79). Sum of RGB (Red+Green+Blue) = 241+74+79=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A4F is #0EB5B0. Grayscale: #7C7C7C. Windows color (decimal): -964017 or 5196529. OLE color: 5196529.

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

Color convert

RGB2417479-
CMYK00.690.670.05
HSL358.2º85.64%61.76%-
HSV(B)358.2º69.29%94.51%-
XYZ40.1424.169.95-
YUV124.5102.33211.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=61.17%
G=18.78%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241747900.690.670.05358.285.6461.76
HexF14A4F045435166563e
Octal3611121170105103554612676
Binary11110001100101010011110100010110000111011011001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A4F; }

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

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

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

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

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

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

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

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