#F14F54

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

Shades of Radical Red #F14F54

Tints of Radical Red #F14F54

Color information

#F14F54 (or 0xF14F54) is unknown color: approx Radical Red. HEX triplet: F1, 4F and 54. RGB value is (241,79,84). Sum of RGB (Red+Green+Blue) = 241+79+84=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F54 is #0EB0AB. Grayscale: #808080. Windows color (decimal): -962732 or 5525489. OLE color: 5525489.

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

Color convert

RGB2417984-
CMYK00.670.650.05
HSL358.15º85.26%62.75%-
HSV(B)358.15º67.22%94.51%-
XYZ40.6724.9311.06-
YUV128.01103.17208.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.65%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=59.65%
G=19.55%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241798400.670.650.05358.1585.2662.75
HexF14F54043415166553f
Octal3611171240103101554612577
Binary11110001100111110101000100001110000011011011001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F54; }

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

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

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

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

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

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

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

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