#F14060

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

Shades of Radical Red #F14060

Tints of Radical Red #F14060

Color information

#F14060 (or 0xF14060) is unknown color: approx Radical Red. HEX triplet: F1, 40 and 60. RGB value is (241,64,96). Sum of RGB (Red+Green+Blue) = 241+64+96=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F14060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14060 is #0EBF9F. Grayscale: #787878. Windows color (decimal): -966560 or 6308081. OLE color: 6308081.

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

Color convert

RGB2416496-
CMYK00.730.600.05
HSL349.15º86.34%59.8%-
HSV(B)349.15º73.44%94.51%-
XYZ40.2223.2113.43-
YUV120.57114.14213.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.10%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=60.10%
G=15.96%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241649600.730.600.05349.1586.3459.8
HexF140600493C515d563c
Octal361100140011174553512674
Binary1111000110000001100000010010011111001011010111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14060; }

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

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

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

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

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

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

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

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