#FE2A62

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

Shades of Radical Red #FE2A62

Tints of Radical Red #FE2A62

Color information

#FE2A62 (or 0xFE2A62) is unknown color: approx Radical Red. HEX triplet: FE, 2A and 62. RGB value is (254,42,98). Sum of RGB (Red+Green+Blue) = 254+42+98=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A62 is #01D59D. Grayscale: #6F6F6F. Windows color (decimal): -120222 or 6433534. OLE color: 6433534.

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

Color convert

RGB2544298-
CMYK00.830.610.00
HSL344.15º99.07%58.04%-
HSV(B)344.15º83.46%99.61%-
XYZ43.9123.6113.8-
YUV111.77120.24229.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.47%
GREEN value IS 42 (16.80% from 255) = 10.66%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=64.47%
G=10.66%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254429800.830.610.00344.1599.0758.04
HexFE2A620533D0158633a
Octal37652142012375053014372
Binary1111111010101011000100101001111110101010110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2A62; }

 p { color: rgb(254,42,98); }

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

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

 a { background-color: rgb(254,42,98); }

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

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

 span { border-color: rgb(254,42,98); }

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