#FE2061

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

Shades of Radical Red #FE2061

Tints of Radical Red #FE2061

Color information

#FE2061 (or 0xFE2061) is unknown color: approx Radical Red. HEX triplet: FE, 20 and 61. RGB value is (254,32,97). Sum of RGB (Red+Green+Blue) = 254+32+97=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2061 is #01DF9E. Grayscale: #696969. Windows color (decimal): -122783 or 6365438. OLE color: 6365438.

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

Color convert

RGB2543297-
CMYK00.870.620.00
HSL342.43º99.11%56.08%-
HSV(B)342.43º87.4%99.61%-
XYZ43.5522.9713.45-
YUV105.79123.05233.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 32 (12.89% from 255) = 8.36%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=66.32%
G=8.36%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254329700.870.620.00342.4399.1156.08
HexFE20610573E01566338
Octal37640141012776052614370
Binary1111111010000011000010101011111111001010101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2061; }

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

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

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

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

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

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

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

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