#FD3F5D

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

Shades of Radical Red #FD3F5D

Tints of Radical Red #FD3F5D

Color information

#FD3F5D (or 0xFD3F5D) is unknown color: approx Radical Red. HEX triplet: FD, 3F and 5D. RGB value is (253,63,93). Sum of RGB (Red+Green+Blue) = 253+63+93=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F5D is #02C0A2. Grayscale: #7B7B7B. Windows color (decimal): -180387 or 6111229. OLE color: 6111229.

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

Color convert

RGB2536393-
CMYK00.750.630.01
HSL350.53º97.94%61.96%-
HSV(B)350.53º75.1%99.22%-
XYZ44.2625.2312.89-
YUV123.23110.95220.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=61.86%
G=15.40%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253639300.750.630.01350.5397.9461.96
HexFD3F5D04B3F115f623e
Octal37577135011377153714276
Binary1111110111111110111010100101111111111010111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F5D; }

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

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

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

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

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

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

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

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