#FC2C4F

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

Shades of Radical Red #FC2C4F

Tints of Radical Red #FC2C4F

Color information

#FC2C4F (or 0xFC2C4F) is unknown color: approx Radical Red. HEX triplet: FC, 2C and 4F. RGB value is (252,44,79). Sum of RGB (Red+Green+Blue) = 252+44+79=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C4F is #03D3B0. Grayscale: #6E6E6E. Windows color (decimal): -250801 or 5188860. OLE color: 5188860.

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

Color convert

RGB2524479-
CMYK00.830.690.01
HSL349.9º97.2%58.04%-
HSV(B)349.9º82.54%98.82%-
XYZ42.4623.069.61-
YUV110.18110.41229.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.2%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=67.2%
G=11.73%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252447900.830.690.01349.997.258.04
HexFC2C4F05345115e613a
Octal374541170123105153614172
Binary11111100101100100111101010011100010111010111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2C4F; }

 p { color: rgb(252,44,79); }

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

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

 a { background-color: rgb(252,44,79); }

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

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

 span { border-color: rgb(252,44,79); }

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