#F14165

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

Shades of Radical Red #F14165

Tints of Radical Red #F14165

Color information

#F14165 (or 0xF14165) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 65. RGB value is (241,65,101). Sum of RGB (Red+Green+Blue) = 241+65+101=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F14165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14165 is #0EBE9A. Grayscale: #797979. Windows color (decimal): -966299 or 6636017. OLE color: 6636017.

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

Color convert

RGB24165101-
CMYK00.730.580.05
HSL347.73º86.27%60%-
HSV(B)347.73º73.03%94.51%-
XYZ40.5123.4214.7-
YUV121.73116.31213.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=59.21%
G=15.97%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416510100.730.580.05347.7386.2760
HexF141650493A515c563c
Octal361101145011172553412674
Binary1111000110000011100101010010011110101011010111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14165; }

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

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

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

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

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

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

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

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