#FD405A

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

Shades of Radical Red #FD405A

Tints of Radical Red #FD405A

Color information

#FD405A (or 0xFD405A) is unknown color: approx Radical Red. HEX triplet: FD, 40 and 5A. RGB value is (253,64,90). Sum of RGB (Red+Green+Blue) = 253+64+90=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD405A is #02BFA5. Grayscale: #7B7B7B. Windows color (decimal): -180134 or 5914877. OLE color: 5914877.

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

Color convert

RGB2536490-
CMYK00.750.640.01
HSL351.75º97.93%62.16%-
HSV(B)351.75º74.7%99.22%-
XYZ44.1925.2912.22-
YUV123.48109.12220.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=62.16%
G=15.72%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253649000.750.640.01351.7597.9362.16
HexFD405A04B401160623e
Octal3751001320113100154014276
Binary111111011000000101101001001011100000011011000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD405A; }

 p { color: rgb(253,64,90); }

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

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

 a { background-color: rgb(253,64,90); }

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

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

 span { border-color: rgb(253,64,90); }

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