#FE3375

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

Shades of Radical Red #FE3375

Tints of Radical Red #FE3375

Color information

#FE3375 (or 0xFE3375) is unknown color: approx Radical Red. HEX triplet: FE, 33 and 75. RGB value is (254,51,117). Sum of RGB (Red+Green+Blue) = 254+51+117=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3375 is #01CC8A. Grayscale: #777777. Windows color (decimal): -117899 or 7681022. OLE color: 7681022.

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

Color convert

RGB25451117-
CMYK00.800.540.00
HSL340.49º99.02%59.8%-
HSV(B)340.49º79.92%99.61%-
XYZ45.2724.7219.22-
YUV119.22126.75224.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.19%
GREEN value IS 51 (20.31% from 255) = 12.09%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=60.19%
G=12.09%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545111700.800.540.00340.4999.0259.8
HexFE3375050360154633c
Octal37663165012066052414374
Binary1111111011001111101010101000011011001010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3375; }

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

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

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

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

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

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

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

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