#FE3373

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

Shades of Radical Red #FE3373

Tints of Radical Red #FE3373

Color information

#FE3373 (or 0xFE3373) is unknown color: approx Radical Red. HEX triplet: FE, 33 and 73. RGB value is (254,51,115). Sum of RGB (Red+Green+Blue) = 254+51+115=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3373 is #01CC8C. Grayscale: #767676. Windows color (decimal): -117901 or 7549950. OLE color: 7549950.

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

Color convert

RGB25451115-
CMYK00.800.550.00
HSL341.08º99.02%59.8%-
HSV(B)341.08º79.92%99.61%-
XYZ45.1524.6818.6-
YUV118.99125.75224.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.48%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=60.48%
G=12.14%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545111500.800.550.00341.0899.0259.8
HexFE3373050370155633c
Octal37663163012067052514374
Binary1111111011001111100110101000011011101010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3373; }

 p { color: rgb(254,51,115); }

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

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

 a { background-color: rgb(254,51,115); }

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

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

 span { border-color: rgb(254,51,115); }

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