#fd4650

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

Shades of Radical Red #FD4650

Tints of Radical Red #FD4650

Color information

#FD4650 (or 0xFD4650) is unknown color: approx Radical Red. HEX triplet: FD, 46 and 50. RGB value is (253,70,80). Sum of RGB (Red+Green+Blue) = 253+70+80=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4650 is #02B9AF. Grayscale: #7D7D7D. Windows color (decimal): -178608 or 5261053. OLE color: 5261053.

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

Color convert

RGB2537080-
CMYK00.720.680.01
HSL356.72º97.86%63.33%-
HSV(B)356.72º72.33%99.22%-
XYZ44.1525.8410.25-
YUV125.86102.13218.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.78%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=62.78%
G=17.37%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253708000.720.680.01356.7297.8663.33
HexFD4650048441165623f
Octal3751061200110104154514277
Binary111111011000110101000001001000100010011011001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd4650; }

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

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

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

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

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

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

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

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