#FE1962

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

Shades of Radical Red #FE1962

Tints of Radical Red #FE1962

Color information

#FE1962 (or 0xFE1962) is unknown color: approx Radical Red. HEX triplet: FE, 19 and 62. RGB value is (254,25,98). Sum of RGB (Red+Green+Blue) = 254+25+98=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1962 is #01E69D. Grayscale: #656565. Windows color (decimal): -124574 or 6429182. OLE color: 6429182.

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

Color convert

RGB2542598-
CMYK00.900.610.00
HSL340.87º99.13%54.71%-
HSV(B)340.87º90.16%99.61%-
XYZ43.4322.6513.64-
YUV101.79125.87236.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=67.37%
G=6.63%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254259800.900.610.00340.8799.1354.71
HexFE196205A3D01556337
Octal37631142013275052514367
Binary111111101100111000100101101011110101010101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1962; }

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

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

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

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

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

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

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

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