#FD4C5C

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

Shades of Radical Red #FD4C5C

Tints of Radical Red #FD4C5C

Color information

#FD4C5C (or 0xFD4C5C) is unknown color: approx Radical Red. HEX triplet: FD, 4C and 5C. RGB value is (253,76,92). Sum of RGB (Red+Green+Blue) = 253+76+92=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C5C is #02B3A3. Grayscale: #828282. Windows color (decimal): -177060 or 6049021. OLE color: 6049021.

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

Color convert

RGB2537692-
CMYK00.700.640.01
HSL354.58º97.79%64.51%-
HSV(B)354.58º69.96%99.22%-
XYZ45.0226.8212.93-
YUV130.75106.14215.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.10%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=60.10%
G=18.05%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253769200.700.640.01354.5897.7964.51
HexFD4C5C0464011636241
Octal37511413401061001543142101
Binary1111110110011001011100010001101000000110110001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4C5C; }

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

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

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

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

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

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

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

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