#F14163

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

Shades of Radical Red #F14163

Tints of Radical Red #F14163

Color information

#F14163 (or 0xF14163) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 63. RGB value is (241,65,99). Sum of RGB (Red+Green+Blue) = 241+65+99=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F14163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14163 is #0EBE9C. Grayscale: #797979. Windows color (decimal): -966301 or 6504945. OLE color: 6504945.

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

Color convert

RGB2416599-
CMYK00.730.590.05
HSL348.41º86.27%60%-
HSV(B)348.41º73.03%94.51%-
XYZ40.4223.3814.19-
YUV121.5115.31213.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=59.51%
G=16.05%
B=24.44%

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
Decimal241659900.730.590.05348.4186.2760
HexF141630493B515c563c
Octal361101143011173553412674
Binary1111000110000011100011010010011110111011010111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14163; }

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

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

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

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

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

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

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

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