#fd3f46

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

Shades of Radical Red #FD3F46

Tints of Radical Red #FD3F46

Color information

#FD3F46 (or 0xFD3F46) is unknown color: approx Radical Red. HEX triplet: FD, 3F and 46. RGB value is (253,63,70). Sum of RGB (Red+Green+Blue) = 253+63+70=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3F46 is #02C0B9. Grayscale: #787878. Windows color (decimal): -180410 or 4603901. OLE color: 4603901.

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

Color convert

RGB2536370-
CMYK00.750.720.01
HSL357.79º97.94%61.96%-
HSV(B)357.79º75.1%99.22%-
XYZ43.3924.888.31-
YUV120.6199.45222.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.54%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 70 (27.73% from 255) = 18.13%
R=65.54%
G=16.32%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253637000.750.720.01357.7997.9461.96
HexFD3F4604B481166623e
Octal375771060113110154614276
Binary11111101111111100011001001011100100011011001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd3f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd3f46; }

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

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

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

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

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

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

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

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