#FD3E5D

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

Shades of Radical Red #FD3E5D

Tints of Radical Red #FD3E5D

Color information

#FD3E5D (or 0xFD3E5D) is unknown color: approx Radical Red. HEX triplet: FD, 3E and 5D. RGB value is (253,62,93). Sum of RGB (Red+Green+Blue) = 253+62+93=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E5D is #02C1A2. Grayscale: #7A7A7A. Windows color (decimal): -180643 or 6110973. OLE color: 6110973.

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

Color convert

RGB2536293-
CMYK00.750.630.01
HSL350.26º97.95%61.76%-
HSV(B)350.26º75.49%99.22%-
XYZ44.2125.1212.87-
YUV122.64111.28220.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.01%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=62.01%
G=15.20%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253629300.750.630.01350.2697.9561.76
HexFD3E5D04B3F115e623e
Octal37576135011377153614276
Binary1111110111111010111010100101111111111010111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E5D; }

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

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

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

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

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

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

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

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