#F13662

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

Shades of Radical Red #F13662

Tints of Radical Red #F13662

Color information

#F13662 (or 0xF13662) is unknown color: approx Radical Red. HEX triplet: F1, 36 and 62. RGB value is (241,54,98). Sum of RGB (Red+Green+Blue) = 241+54+98=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F13662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13662 is #0EC99D. Grayscale: #727272. Windows color (decimal): -969118 or 6436593. OLE color: 6436593.

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

Color convert

RGB2415498-
CMYK00.780.590.05
HSL345.88º86.98%57.84%-
HSV(B)345.88º77.59%94.51%-
XYZ39.822.2213.75-
YUV114.93118.45217.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=61.32%
G=13.74%
B=24.94%

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
Decimal241549800.780.590.05345.8886.9857.84
HexF1366204E3B515a573a
Octal36166142011673553212772
Binary111100011101101100010010011101110111011010110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13662; }

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

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

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

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

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

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

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

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