#F14860

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

Shades of Radical Red #F14860

Tints of Radical Red #F14860

Color information

#F14860 (or 0xF14860) is unknown color: approx Radical Red. HEX triplet: F1, 48 and 60. RGB value is (241,72,96). Sum of RGB (Red+Green+Blue) = 241+72+96=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14860 is #0EB79F. Grayscale: #7D7D7D. Windows color (decimal): -964512 or 6310129. OLE color: 6310129.

HSL color Cylindrical-coordinate representation of color #F14860: hue angle of 351.48º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14860 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2417296-
CMYK00.700.600.05
HSL351.48º85.79%61.37%-
HSV(B)351.48º70.12%94.51%-
XYZ40.724.1813.59-
YUV125.27111.49210.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=58.92%
G=17.60%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241729600.700.600.05351.4885.7961.37
HexF148600463C515f563d
Octal361110140010674553712675
Binary1111000110010001100000010001101111001011010111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14860; }

 p { color: rgb(241,72,96); }

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

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

 a { background-color: rgb(241,72,96); }

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

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

 span { border-color: rgb(241,72,96); }

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