#F13C5B

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

Shades of Radical Red #F13C5B

Tints of Radical Red #F13C5B

Color information

#F13C5B (or 0xF13C5B) is unknown color: approx Radical Red. HEX triplet: F1, 3C and 5B. RGB value is (241,60,91). Sum of RGB (Red+Green+Blue) = 241+60+91=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C5B is #0EC3A4. Grayscale: #757575. Windows color (decimal): -967589 or 5979377. OLE color: 5979377.

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

Color convert

RGB2416091-
CMYK00.750.620.05
HSL349.72º86.6%59.02%-
HSV(B)349.72º75.1%94.51%-
XYZ39.7822.6912.18-
YUV117.65112.97215.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=61.48%
G=15.31%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241609100.750.620.05349.7286.659.02
HexF13C5B04B3E515e573b
Octal36174133011376553612773
Binary111100011111001011011010010111111101011010111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13C5B; }

 p { color: rgb(241,60,91); }

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

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

 a { background-color: rgb(241,60,91); }

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

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

 span { border-color: rgb(241,60,91); }

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