#FC3461

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

Shades of Radical Red #FC3461

Tints of Radical Red #FC3461

Color information

#FC3461 (or 0xFC3461) is unknown color: approx Radical Red. HEX triplet: FC, 34 and 61. RGB value is (252,52,97). Sum of RGB (Red+Green+Blue) = 252+52+97=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3461 is #03CB9E. Grayscale: #747474. Windows color (decimal): -248735 or 6370556. OLE color: 6370556.

HSL color Cylindrical-coordinate representation of color #FC3461: hue angle of 346.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3461 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB2525297-
CMYK00.790.620.01
HSL346.5º97.09%59.61%-
HSV(B)346.5º79.37%98.82%-
XYZ43.5324.0113.65-
YUV116.93116.76224.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=62.84%
G=12.97%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252529700.790.620.01346.597.0959.61
HexFC346104F3E115a613c
Octal37464141011776153214174
Binary1111110011010011000010100111111111011010110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3461; }

 p { color: rgb(252,52,97); }

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

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

 a { background-color: rgb(252,52,97); }

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

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

 span { border-color: rgb(252,52,97); }

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