#F13760

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

Shades of Radical Red #F13760

Tints of Radical Red #F13760

Color information

#F13760 (or 0xF13760) is unknown color: approx Radical Red. HEX triplet: F1, 37 and 60. RGB value is (241,55,96). Sum of RGB (Red+Green+Blue) = 241+55+96=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F13760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13760 is #0EC89F. Grayscale: #737373. Windows color (decimal): -968864 or 6305777. OLE color: 6305777.

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

Color convert

RGB2415596-
CMYK00.770.600.05
HSL346.77º86.92%58.04%-
HSV(B)346.77º77.18%94.51%-
XYZ39.7522.2813.27-
YUV115.29117.12217.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 55 (21.88% from 255) = 14.03%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=61.48%
G=14.03%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241559600.770.600.05346.7786.9258.04
HexF1376004D3C515b573a
Octal36167140011574553312772
Binary111100011101111100000010011011111001011010110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13760; }

 p { color: rgb(241,55,96); }

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

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

 a { background-color: rgb(241,55,96); }

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

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

 span { border-color: rgb(241,55,96); }

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