#FE204E

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

Shades of Radical Red #FE204E

Tints of Radical Red #FE204E

Color information

#FE204E (or 0xFE204E) is unknown color: approx Radical Red. HEX triplet: FE, 20 and 4E. RGB value is (254,32,78). Sum of RGB (Red+Green+Blue) = 254+32+78=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE204E is #01DFB1. Grayscale: #676767. Windows color (decimal): -122802 or 5120254. OLE color: 5120254.

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

Color convert

RGB2543278-
CMYK00.870.690.00
HSL347.57º99.11%56.08%-
HSV(B)347.57º87.4%99.61%-
XYZ42.7622.659.33-
YUV103.62113.55235.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.78%
GREEN value IS 32 (12.89% from 255) = 8.79%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=69.78%
G=8.79%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254327800.870.690.00347.5799.1156.08
HexFE204E05745015c6338
Octal376401160127105053414370
Binary11111110100000100111001010111100010101010111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE204E; }

 p { color: rgb(254,32,78); }

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

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

 a { background-color: rgb(254,32,78); }

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

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

 span { border-color: rgb(254,32,78); }

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