#FD455C

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

Shades of Radical Red #FD455C

Tints of Radical Red #FD455C

Color information

#FD455C (or 0xFD455C) is unknown color: approx Radical Red. HEX triplet: FD, 45 and 5C. RGB value is (253,69,92). Sum of RGB (Red+Green+Blue) = 253+69+92=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD455C is #02BAA3. Grayscale: #7E7E7E. Windows color (decimal): -178852 or 6047229. OLE color: 6047229.

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

Color convert

RGB2536992-
CMYK00.730.640.01
HSL352.5º97.87%63.14%-
HSV(B)352.5º72.73%99.22%-
XYZ44.5725.9112.78-
YUV126.64108.46218.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.11%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=61.11%
G=16.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253699200.730.640.01352.597.8763.14
HexFD455C049401160623f
Octal3751051340111100154014277
Binary111111011000101101110001001001100000011011000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD455C; }

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

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

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

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

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

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

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

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