#FD3E5C

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

Shades of Radical Red #FD3E5C

Tints of Radical Red #FD3E5C

Color information

#FD3E5C (or 0xFD3E5C) is unknown color: approx Radical Red. HEX triplet: FD, 3E and 5C. RGB value is (253,62,92). Sum of RGB (Red+Green+Blue) = 253+62+92=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E5C is #02C1A3. Grayscale: #7A7A7A. Windows color (decimal): -180644 or 6045437. OLE color: 6045437.

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

Color convert

RGB2536292-
CMYK00.750.640.01
HSL350.58º97.95%61.76%-
HSV(B)350.58º75.49%99.22%-
XYZ44.1625.112.64-
YUV122.53110.78221.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=62.16%
G=15.23%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253629200.750.640.01350.5897.9561.76
HexFD3E5C04B40115f623e
Octal375761340113100153714276
Binary11111101111110101110001001011100000011010111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E5C; }

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

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

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

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

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

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

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

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