#fd1c59

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

Shades of Radical Red #FD1C59

Tints of Radical Red #FD1C59

Color information

#FD1C59 (or 0xFD1C59) is unknown color: approx Radical Red. HEX triplet: FD, 1C and 59. RGB value is (253,28,89). Sum of RGB (Red+Green+Blue) = 253+28+89=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C59 is #02E3A6. Grayscale: #666666. Windows color (decimal): -189351 or 5840125. OLE color: 5840125.

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

Color convert

RGB2532889-
CMYK00.890.650.01
HSL343.73º98.25%55.1%-
HSV(B)343.73º88.93%99.22%-
XYZ42.7322.4311.53-
YUV102.23120.54235.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.38%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=68.38%
G=7.57%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253288900.890.650.01343.7398.2555.1
HexFD1C590594111586237
Octal375341310131101153014267
Binary1111110111100101100101011001100000111010110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd1c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd1c59; }

 p { color: rgb(253,28,89); }

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

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

 a { background-color: rgb(253,28,89); }

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

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

 span { border-color: rgb(253,28,89); }

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