#FD3E63

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

Shades of Radical Red #FD3E63

Tints of Radical Red #FD3E63

Color information

#FD3E63 (or 0xFD3E63) is unknown color: approx Radical Red. HEX triplet: FD, 3E and 63. RGB value is (253,62,99). Sum of RGB (Red+Green+Blue) = 253+62+99=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E63 is #02C19C. Grayscale: #7B7B7B. Windows color (decimal): -180637 or 6504189. OLE color: 6504189.

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

Color convert

RGB2536299-
CMYK00.750.610.01
HSL348.38º97.95%61.76%-
HSV(B)348.38º75.49%99.22%-
XYZ44.4825.2314.33-
YUV123.33114.28220.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.11%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=61.11%
G=14.98%
B=23.91%

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
Decimal253629900.750.610.01348.3897.9561.76
HexFD3E6304B3D115c623e
Octal37576143011375153414276
Binary1111110111111011000110100101111110111010111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E63; }

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

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

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

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

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

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

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

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