#FC1E5C

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

Shades of Radical Red #FC1E5C

Tints of Radical Red #FC1E5C

Color information

#FC1E5C (or 0xFC1E5C) is unknown color: approx Radical Red. HEX triplet: FC, 1E and 5C. RGB value is (252,30,92). Sum of RGB (Red+Green+Blue) = 252+30+92=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E5C is #03E1A3. Grayscale: #676767. Windows color (decimal): -254372 or 6037244. OLE color: 6037244.

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

Color convert

RGB2523092-
CMYK00.880.630.01
HSL343.24º97.37%55.29%-
HSV(B)343.24º88.1%98.82%-
XYZ42.5422.412.21-
YUV103.45121.55233.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.38%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=67.38%
G=8.02%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252309200.880.630.01343.2497.3755.29
HexFC1E5C0583F11576137
Octal37436134013077152714167
Binary111111001111010111000101100011111111010101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1E5C; }

 p { color: rgb(252,30,92); }

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

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

 a { background-color: rgb(252,30,92); }

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

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

 span { border-color: rgb(252,30,92); }

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