#F1415C

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

Shades of Radical Red #F1415C

Tints of Radical Red #F1415C

Color information

#F1415C (or 0xF1415C) is unknown color: approx Radical Red. HEX triplet: F1, 41 and 5C. RGB value is (241,65,92). Sum of RGB (Red+Green+Blue) = 241+65+92=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1415C is #0EBEA3. Grayscale: #787878. Windows color (decimal): -966308 or 6046193. OLE color: 6046193.

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

Color convert

RGB2416592-
CMYK00.730.620.05
HSL350.8º86.27%60%-
HSV(B)350.8º73.03%94.51%-
XYZ40.123.2512.5-
YUV120.7111.81213.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=60.55%
G=16.33%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241659200.730.620.05350.886.2760
HexF1415C0493E515f563c
Octal361101134011176553712674
Binary1111000110000011011100010010011111101011010111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1415C; }

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

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

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

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

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

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

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

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