#F14161

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

Shades of Radical Red #F14161

Tints of Radical Red #F14161

Color information

#F14161 (or 0xF14161) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 61. RGB value is (241,65,97). Sum of RGB (Red+Green+Blue) = 241+65+97=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F14161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14161 is #0EBE9E. Grayscale: #797979. Windows color (decimal): -966303 or 6373873. OLE color: 6373873.

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

Color convert

RGB2416597-
CMYK00.730.600.05
HSL349.09º86.27%60%-
HSV(B)349.09º73.03%94.51%-
XYZ40.3223.3413.69-
YUV121.27114.31213.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.80%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=59.80%
G=16.13%
B=24.07%

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
Decimal241659700.730.600.05349.0986.2760
HexF141610493C515d563c
Octal361101141011174553512674
Binary1111000110000011100001010010011111001011010111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14161; }

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

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

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

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

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

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

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

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