#F14061

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

Shades of Radical Red #F14061

Tints of Radical Red #F14061

Color information

#F14061 (or 0xF14061) is unknown color: approx Radical Red. HEX triplet: F1, 40 and 61. RGB value is (241,64,97). Sum of RGB (Red+Green+Blue) = 241+64+97=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F14061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14061 is #0EBF9E. Grayscale: #787878. Windows color (decimal): -966559 or 6373617. OLE color: 6373617.

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

Color convert

RGB2416497-
CMYK00.730.600.05
HSL348.81º86.34%59.8%-
HSV(B)348.81º73.44%94.51%-
XYZ40.2723.2313.67-
YUV120.68114.64213.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.95%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=59.95%
G=15.92%
B=24.13%

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
Decimal241649700.730.600.05348.8186.3459.8
HexF140610493C515d563c
Octal361100141011174553512674
Binary1111000110000001100001010010011111001011010111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14061; }

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

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

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

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

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

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

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

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