#FD465A

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

Shades of Radical Red #FD465A

Tints of Radical Red #FD465A

Color information

#FD465A (or 0xFD465A) is unknown color: approx Radical Red. HEX triplet: FD, 46 and 5A. RGB value is (253,70,90). Sum of RGB (Red+Green+Blue) = 253+70+90=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD465A is #02B9A5. Grayscale: #7F7F7F. Windows color (decimal): -178598 or 5916413. OLE color: 5916413.

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

Color convert

RGB2537090-
CMYK00.720.640.01
HSL353.44º97.86%63.33%-
HSV(B)353.44º72.33%99.22%-
XYZ44.542612.34-
YUV127107.13217.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=61.26%
G=16.95%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253709000.720.640.01353.4497.8663.33
HexFD465A048401161623f
Octal3751061320110100154114277
Binary111111011000110101101001001000100000011011000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD465A; }

 p { color: rgb(253,70,90); }

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

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

 a { background-color: rgb(253,70,90); }

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

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

 span { border-color: rgb(253,70,90); }

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