#F13462

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

Shades of Radical Red #F13462

Tints of Radical Red #F13462

Color information

#F13462 (or 0xF13462) is unknown color: approx Radical Red. HEX triplet: F1, 34 and 62. RGB value is (241,52,98). Sum of RGB (Red+Green+Blue) = 241+52+98=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F13462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13462 is #0ECB9D. Grayscale: #717171. Windows color (decimal): -969630 or 6436081. OLE color: 6436081.

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

Color convert

RGB2415298-
CMYK00.780.590.05
HSL345.4º87.1%57.45%-
HSV(B)345.4º78.42%94.51%-
XYZ39.7122.0413.72-
YUV113.76119.12218.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.64%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=61.64%
G=13.30%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241529800.780.590.05345.487.157.45
HexF1346204E3B51595739
Octal36164142011673553112771
Binary111100011101001100010010011101110111011010110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13462; }

 p { color: rgb(241,52,98); }

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

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

 a { background-color: rgb(241,52,98); }

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

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

 span { border-color: rgb(241,52,98); }

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