#F14159

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

Shades of Radical Red #F14159

Tints of Radical Red #F14159

Color information

#F14159 (or 0xF14159) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 59. RGB value is (241,65,89). Sum of RGB (Red+Green+Blue) = 241+65+89=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F14159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14159 is #0EBEA6. Grayscale: #787878. Windows color (decimal): -966311 or 5849585. OLE color: 5849585.

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

Color convert

RGB2416589-
CMYK00.730.630.05
HSL351.82º86.27%60%-
HSV(B)351.82º73.03%94.51%-
XYZ39.9723.211.82-
YUV120.36110.31214.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.01%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=61.01%
G=16.46%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241658900.730.630.05351.8286.2760
HexF141590493F5160563c
Octal361101131011177554012674
Binary1111000110000011011001010010011111111011011000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14159; }

 p { color: rgb(241,65,89); }

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

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

 a { background-color: rgb(241,65,89); }

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

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

 span { border-color: rgb(241,65,89); }

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