#FD3F56

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

Shades of Radical Red #FD3F56

Tints of Radical Red #FD3F56

Color information

#FD3F56 (or 0xFD3F56) is unknown color: approx Radical Red. HEX triplet: FD, 3F and 56. RGB value is (253,63,86). Sum of RGB (Red+Green+Blue) = 253+63+86=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F56 is #02C0A9. Grayscale: #7A7A7A. Windows color (decimal): -180394 or 5652477. OLE color: 5652477.

HSL color Cylindrical-coordinate representation of color #FD3F56: hue angle of 352.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3F56 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB2536386-
CMYK00.750.660.01
HSL352.74º97.94%61.96%-
HSV(B)352.74º75.1%99.22%-
XYZ43.9725.1111.33-
YUV122.43107.45221.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.94%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=62.94%
G=15.67%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253638600.750.660.01352.7497.9461.96
HexFD3F5604B421161623e
Octal375771260113102154114276
Binary11111101111111101011001001011100001011011000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F56; }

 p { color: rgb(253,63,86); }

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

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

 a { background-color: rgb(253,63,86); }

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

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

 span { border-color: rgb(253,63,86); }

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