#F1325E

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

Shades of Radical Red #F1325E

Tints of Radical Red #F1325E

Color information

#F1325E (or 0xF1325E) is unknown color: approx Radical Red. HEX triplet: F1, 32 and 5E. RGB value is (241,50,94). Sum of RGB (Red+Green+Blue) = 241+50+94=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1325E is #0ECDA1. Grayscale: #707070. Windows color (decimal): -970146 or 6173425. OLE color: 6173425.

HSL color Cylindrical-coordinate representation of color #F1325E: hue angle of 346.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1325E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2415094-
CMYK00.790.610.05
HSL346.18º87.21%57.06%-
HSV(B)346.18º79.25%94.51%-
XYZ39.4421.7912.72-
YUV112.12117.78219.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.60%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=62.60%
G=12.99%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241509400.790.610.05346.1887.2157.06
HexF1325E04F3D515a5739
Octal36162136011775553212771
Binary111100011100101011110010011111111011011010110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1325E; }

 p { color: rgb(241,50,94); }

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

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

 a { background-color: rgb(241,50,94); }

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

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

 span { border-color: rgb(241,50,94); }

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