#F13D5F

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

Shades of Radical Red #F13D5F

Tints of Radical Red #F13D5F

Color information

#F13D5F (or 0xF13D5F) is unknown color: approx Radical Red. HEX triplet: F1, 3D and 5F. RGB value is (241,61,95). Sum of RGB (Red+Green+Blue) = 241+61+95=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D5F is #0EC2A0. Grayscale: #767676. Windows color (decimal): -967329 or 6241777. OLE color: 6241777.

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

Color convert

RGB2416195-
CMYK00.750.610.05
HSL348.67º86.54%59.22%-
HSV(B)348.67º74.69%94.51%-
XYZ40.0122.8613.13-
YUV118.7114.63215.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=60.71%
G=15.37%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241619500.750.610.05348.6786.5459.22
HexF13D5F04B3D515d573b
Octal36175137011375553512773
Binary111100011111011011111010010111111011011010111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D5F; }

 p { color: rgb(241,61,95); }

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

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

 a { background-color: rgb(241,61,95); }

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

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

 span { border-color: rgb(241,61,95); }

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