#FE3A48

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

Shades of Radical Red #FE3A48

Tints of Radical Red #FE3A48

Color information

#FE3A48 (or 0xFE3A48) is unknown color: approx Radical Red. HEX triplet: FE, 3A and 48. RGB value is (254,58,72). Sum of RGB (Red+Green+Blue) = 254+58+72=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A48 is #01C5B7. Grayscale: #767676. Windows color (decimal): -116152 or 4733694. OLE color: 4733694.

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

Color convert

RGB2545872-
CMYK00.770.720.00
HSL355.71º98.99%61.18%-
HSV(B)355.71º77.17%99.61%-
XYZ43.5624.568.58-
YUV118.2101.93224.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.15%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=66.15%
G=15.10%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254587200.770.720.00355.7198.9961.18
HexFE3A4804D480164633d
Octal376721100115110054414375
Binary11111110111010100100001001101100100001011001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3A48; }

 p { color: rgb(254,58,72); }

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

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

 a { background-color: rgb(254,58,72); }

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

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

 span { border-color: rgb(254,58,72); }

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