#f13b5e

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

Shades of Radical Red #F13B5E

Tints of Radical Red #F13B5E

Color information

#F13B5E (or 0xF13B5E) is unknown color: approx Radical Red. HEX triplet: F1, 3B and 5E. RGB value is (241,59,94). Sum of RGB (Red+Green+Blue) = 241+59+94=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13B5E is #0EC4A1. Grayscale: #757575. Windows color (decimal): -967842 or 6175729. OLE color: 6175729.

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

Color convert

RGB2415994-
CMYK00.760.610.05
HSL348.46º86.67%58.82%-
HSV(B)348.46º75.52%94.51%-
XYZ39.8622.6412.86-
YUV117.41114.8216.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=61.17%
G=14.97%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241599400.760.610.05348.4686.6758.82
HexF13B5E04C3D515c573b
Octal36173136011475553412773
Binary111100011110111011110010011001111011011010111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13b5e; }

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

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

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

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

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

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

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

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