#FD3E62

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

Shades of Radical Red #FD3E62

Tints of Radical Red #FD3E62

Color information

#FD3E62 (or 0xFD3E62) is unknown color: approx Radical Red. HEX triplet: FD, 3E and 62. RGB value is (253,62,98). Sum of RGB (Red+Green+Blue) = 253+62+98=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E62 is #02C19D. Grayscale: #7B7B7B. Windows color (decimal): -180638 or 6438653. OLE color: 6438653.

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

Color convert

RGB2536298-
CMYK00.750.610.01
HSL348.69º97.95%61.76%-
HSV(B)348.69º75.49%99.22%-
XYZ44.4425.2114.08-
YUV123.21113.78220.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=61.26%
G=15.01%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253629800.750.610.01348.6997.9561.76
HexFD3E6204B3D115d623e
Octal37576142011375153514276
Binary1111110111111011000100100101111110111010111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E62; }

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

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

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

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

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

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

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

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