#FE215C

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

Shades of Radical Red #FE215C

Tints of Radical Red #FE215C

Color information

#FE215C (or 0xFE215C) is unknown color: approx Radical Red. HEX triplet: FE, 21 and 5C. RGB value is (254,33,92). Sum of RGB (Red+Green+Blue) = 254+33+92=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE215C is #01DEA3. Grayscale: #696969. Windows color (decimal): -122532 or 6038014. OLE color: 6038014.

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

Color convert

RGB2543392-
CMYK00.870.640.00
HSL343.98º99.1%56.27%-
HSV(B)343.98º87.01%99.61%-
XYZ43.3522.9312.27-
YUV105.8120.22233.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.02%
GREEN value IS 33 (13.28% from 255) = 8.71%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=67.02%
G=8.71%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254339200.870.640.00343.9899.156.27
HexFE215C0574001586338
Octal376411340127100053014370
Binary11111110100001101110001010111100000001010110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE215C; }

 p { color: rgb(254,33,92); }

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

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

 a { background-color: rgb(254,33,92); }

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

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

 span { border-color: rgb(254,33,92); }

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