#f12c61

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

Shades of Radical Red #F12C61

Tints of Radical Red #F12C61

Color information

#F12C61 (or 0xF12C61) is unknown color: approx Radical Red. HEX triplet: F1, 2C and 61. RGB value is (241,44,97). Sum of RGB (Red+Green+Blue) = 241+44+97=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C61 is #0ED39E. Grayscale: #6C6C6C. Windows color (decimal): -971679 or 6368497. OLE color: 6368497.

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

Color convert

RGB2414497-
CMYK00.820.600.05
HSL343.86º87.56%55.88%-
HSV(B)343.86º81.74%94.51%-
XYZ39.3321.3713.36-
YUV108.94121.27222.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.09%
GREEN value IS 44 (17.58% from 255) = 11.52%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=63.09%
G=11.52%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241449700.820.600.05343.8687.5655.88
HexF12C610523C51585838
Octal36154141012274553013070
Binary111100011011001100001010100101111001011010110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12c61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12c61; }

 p { color: rgb(241,44,97); }

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

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

 a { background-color: rgb(241,44,97); }

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

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

 span { border-color: rgb(241,44,97); }

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