#FD4C5D

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

Shades of Radical Red #FD4C5D

Tints of Radical Red #FD4C5D

Color information

#FD4C5D (or 0xFD4C5D) is unknown color: approx Radical Red. HEX triplet: FD, 4C and 5D. RGB value is (253,76,93). Sum of RGB (Red+Green+Blue) = 253+76+93=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C5D is #02B3A2. Grayscale: #828282. Windows color (decimal): -177059 or 6114557. OLE color: 6114557.

HSL color Cylindrical-coordinate representation of color #FD4C5D: hue angle of 354.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C5D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB2537693-
CMYK00.700.630.01
HSL354.24º97.79%64.51%-
HSV(B)354.24º69.96%99.22%-
XYZ45.0726.8413.16-
YUV130.86106.64215.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.95%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=59.95%
G=18.01%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253769300.700.630.01354.2497.7964.51
HexFD4C5D0463F11626241
Octal3751141350106771542142101
Binary111111011001100101110101000110111111110110001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4C5D; }

 p { color: rgb(253,76,93); }

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

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

 a { background-color: rgb(253,76,93); }

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

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

 span { border-color: rgb(253,76,93); }

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