#f13b5a

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

Shades of Radical Red #F13B5A

Tints of Radical Red #F13B5A

Color information

#F13B5A (or 0xF13B5A) is unknown color: approx Radical Red. HEX triplet: F1, 3B and 5A. RGB value is (241,59,90). Sum of RGB (Red+Green+Blue) = 241+59+90=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13B5A is #0EC4A5. Grayscale: #757575. Windows color (decimal): -967846 or 5913585. OLE color: 5913585.

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

Color convert

RGB2415990-
CMYK00.760.630.05
HSL349.78º86.67%58.82%-
HSV(B)349.78º75.52%94.51%-
XYZ39.6922.5711.94-
YUV116.95112.8216.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.79%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=61.79%
G=15.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241599000.760.630.05349.7886.6758.82
HexF13B5A04C3F515e573b
Octal36173132011477553612773
Binary111100011110111011010010011001111111011010111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13b5a; }

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

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

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

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

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

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

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

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