#F13F5B

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

Shades of Radical Red #F13F5B

Tints of Radical Red #F13F5B

Color information

#F13F5B (or 0xF13F5B) is unknown color: approx Radical Red. HEX triplet: F1, 3F and 5B. RGB value is (241,63,91). Sum of RGB (Red+Green+Blue) = 241+63+91=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F5B is #0EC0A4. Grayscale: #777777. Windows color (decimal): -966821 or 5980145. OLE color: 5980145.

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

Color convert

RGB2416391-
CMYK00.740.620.05
HSL350.56º86.41%59.61%-
HSV(B)350.56º73.86%94.51%-
XYZ39.9423.0112.23-
YUV119.41111.97214.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.01%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=61.01%
G=15.95%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241639100.740.620.05350.5686.4159.61
HexF13F5B04A3E515f563c
Octal36177133011276553712674
Binary111100011111111011011010010101111101011010111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F5B; }

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

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

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

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

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

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

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

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