#F14164

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

Shades of Radical Red #F14164

Tints of Radical Red #F14164

Color information

#F14164 (or 0xF14164) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 64. RGB value is (241,65,100). Sum of RGB (Red+Green+Blue) = 241+65+100=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14164 is #0EBE9B. Grayscale: #797979. Windows color (decimal): -966300 or 6570481. OLE color: 6570481.

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

Color convert

RGB24165100-
CMYK00.730.590.05
HSL348.07º86.27%60%-
HSV(B)348.07º73.03%94.51%-
XYZ40.4723.414.44-
YUV121.61115.81213.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=59.36%
G=16.01%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416510000.730.590.05348.0786.2760
HexF141640493B515c563c
Octal361101144011173553412674
Binary1111000110000011100100010010011110111011010111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14164; }

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

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

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

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

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

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

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

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