#FE2D54

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

Shades of Radical Red #FE2D54

Tints of Radical Red #FE2D54

Color information

#FE2D54 (or 0xFE2D54) is unknown color: approx Radical Red. HEX triplet: FE, 2D and 54. RGB value is (254,45,84). Sum of RGB (Red+Green+Blue) = 254+45+84=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D54 is #01D2AB. Grayscale: #6F6F6F. Windows color (decimal): -119468 or 5516798. OLE color: 5516798.

HSL color Cylindrical-coordinate representation of color #FE2D54: hue angle of 348.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D54 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB2544584-
CMYK00.820.670.00
HSL348.8º99.05%58.63%-
HSV(B)348.8º82.28%99.61%-
XYZ43.4123.5910.65-
YUV111.94112.24229.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=66.32%
G=11.75%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254458400.820.670.00348.899.0558.63
HexFE2D5405243015d633b
Octal376551240122103053514373
Binary11111110101101101010001010010100001101010111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D54; }

 p { color: rgb(254,45,84); }

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

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

 a { background-color: rgb(254,45,84); }

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

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

 span { border-color: rgb(254,45,84); }

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