#FC3471

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

Shades of Radical Red #FC3471

Tints of Radical Red #FC3471

Color information

#FC3471 (or 0xFC3471) is unknown color: approx Radical Red. HEX triplet: FC, 34 and 71. RGB value is (252,52,113). Sum of RGB (Red+Green+Blue) = 252+52+113=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3471 is #03CB8E. Grayscale: #767676. Windows color (decimal): -248719 or 7419132. OLE color: 7419132.

HSL color Cylindrical-coordinate representation of color #FC3471: hue angle of 341.7º 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 #FC3471 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB25252113-
CMYK00.790.550.01
HSL341.7º97.09%59.61%-
HSV(B)341.7º79.37%98.82%-
XYZ44.3524.3417.98-
YUV118.75124.76223.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=60.43%
G=12.47%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525211300.790.550.01341.797.0959.61
HexFC347104F371156613c
Octal37464161011767152614174
Binary1111110011010011100010100111111011111010101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3471; }

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

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

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

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

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

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

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

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