#FE3042

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

Shades of Radical Red #FE3042

Tints of Radical Red #FE3042

Color information

#FE3042 (or 0xFE3042) is unknown color: approx Radical Red. HEX triplet: FE, 30 and 42. RGB value is (254,48,66). Sum of RGB (Red+Green+Blue) = 254+48+66=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3042 is #01CFBD. Grayscale: #6F6F6F. Windows color (decimal): -118718 or 4337918. OLE color: 4337918.

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

Color convert

RGB2544866-
CMYK00.810.740.00
HSL354.76º99.04%59.22%-
HSV(B)354.76º81.1%99.61%-
XYZ42.9123.587.44-
YUV111.65102.25229.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.02%
GREEN value IS 48 (19.14% from 255) = 13.04%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=69.02%
G=13.04%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254486600.810.740.00354.7699.0459.22
HexFE30420514A0163633b
Octal376601020121112054314373
Binary11111110110000100001001010001100101001011000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3042; }

 p { color: rgb(254,48,66); }

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

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

 a { background-color: rgb(254,48,66); }

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

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

 span { border-color: rgb(254,48,66); }

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