#F14D5C

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

Shades of Radical Red #F14D5C

Tints of Radical Red #F14D5C

Color information

#F14D5C (or 0xF14D5C) is unknown color: approx Radical Red. HEX triplet: F1, 4D and 5C. RGB value is (241,77,92). Sum of RGB (Red+Green+Blue) = 241+77+92=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D5C is #0EB2A3. Grayscale: #7F7F7F. Windows color (decimal): -963236 or 6049265. OLE color: 6049265.

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

Color convert

RGB2417792-
CMYK00.680.620.05
HSL354.51º85.42%62.35%-
HSV(B)354.51º68.05%94.51%-
XYZ40.8624.7812.75-
YUV127.75107.83208.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=58.78%
G=18.78%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241779200.680.620.05354.5185.4262.35
HexF14D5C0443E5163553e
Octal361115134010476554312576
Binary1111000110011011011100010001001111101011011000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D5C; }

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

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

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

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

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

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

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

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