#FD455E

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

Shades of Radical Red #FD455E

Tints of Radical Red #FD455E

Color information

#FD455E (or 0xFD455E) is unknown color: approx Radical Red. HEX triplet: FD, 45 and 5E. RGB value is (253,69,94). Sum of RGB (Red+Green+Blue) = 253+69+94=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD455E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD455E is #02BAA1. Grayscale: #7E7E7E. Windows color (decimal): -178850 or 6178301. OLE color: 6178301.

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

Color convert

RGB2536994-
CMYK00.730.630.01
HSL351.85º97.87%63.14%-
HSV(B)351.85º72.73%99.22%-
XYZ44.6625.9513.24-
YUV126.87109.46217.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.82%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=60.82%
G=16.59%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253699400.730.630.01351.8597.8763.14
HexFD455E0493F1160623f
Octal375105136011177154014277
Binary11111101100010110111100100100111111111011000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD455E; }

 p { color: rgb(253,69,94); }

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

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

 a { background-color: rgb(253,69,94); }

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

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

 span { border-color: rgb(253,69,94); }

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