#F14F56

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

Shades of Radical Red #F14F56

Tints of Radical Red #F14F56

Color information

#F14F56 (or 0xF14F56) is unknown color: approx Radical Red. HEX triplet: F1, 4F and 56. RGB value is (241,79,86). Sum of RGB (Red+Green+Blue) = 241+79+86=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F56 is #0EB0A9. Grayscale: #808080. Windows color (decimal): -962730 or 5656561. OLE color: 5656561.

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

Color convert

RGB2417986-
CMYK00.670.640.05
HSL357.41º85.26%62.75%-
HSV(B)357.41º67.22%94.51%-
XYZ40.7524.9611.47-
YUV128.24104.17208.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 79 (31.25% from 255) = 19.46%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=59.36%
G=19.46%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241798600.670.640.05357.4185.2662.75
HexF14F56043405165553f
Octal3611171260103100554512577
Binary11110001100111110101100100001110000001011011001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F56; }

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

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

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

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

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

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

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

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