#FE1F52

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

Shades of Radical Red #FE1F52

Tints of Radical Red #FE1F52

Color information

#FE1F52 (or 0xFE1F52) is unknown color: approx Radical Red. HEX triplet: FE, 1F and 52. RGB value is (254,31,82). Sum of RGB (Red+Green+Blue) = 254+31+82=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F52 is #01E0AD. Grayscale: #676767. Windows color (decimal): -123054 or 5382142. OLE color: 5382142.

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

Color convert

RGB2543182-
CMYK00.880.680.00
HSL346.28º99.11%55.88%-
HSV(B)346.28º87.8%99.61%-
XYZ42.8922.6610.1-
YUV103.49115.88235.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.21%
GREEN value IS 31 (12.5% from 255) = 8.45%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=69.21%
G=8.45%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254318200.880.680.00346.2899.1155.88
HexFE1F5205844015a6338
Octal376371220130104053214370
Binary1111111011111101001001011000100010001010110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1F52; }

 p { color: rgb(254,31,82); }

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

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

 a { background-color: rgb(254,31,82); }

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

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

 span { border-color: rgb(254,31,82); }

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