#F14D5F

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

Shades of Radical Red #F14D5F

Tints of Radical Red #F14D5F

Color information

#F14D5F (or 0xF14D5F) is unknown color: approx Radical Red. HEX triplet: F1, 4D and 5F. RGB value is (241,77,95). Sum of RGB (Red+Green+Blue) = 241+77+95=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D5F is #0EB2A0. Grayscale: #808080. Windows color (decimal): -963233 or 6245873. OLE color: 6245873.

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

Color convert

RGB2417795-
CMYK00.680.610.05
HSL353.41º85.42%62.35%-
HSV(B)353.41º68.05%94.51%-
XYZ4124.8313.46-
YUV128.09109.33208.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.35%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=58.35%
G=18.64%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241779500.680.610.05353.4185.4262.35
HexF14D5F0443D5161553e
Octal361115137010475554112576
Binary1111000110011011011111010001001111011011011000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D5F; }

 p { color: rgb(241,77,95); }

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

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

 a { background-color: rgb(241,77,95); }

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

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

 span { border-color: rgb(241,77,95); }

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