#FE3950

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

Shades of Radical Red #FE3950

Tints of Radical Red #FE3950

Color information

#FE3950 (or 0xFE3950) is unknown color: approx Radical Red. HEX triplet: FE, 39 and 50. RGB value is (254,57,80). Sum of RGB (Red+Green+Blue) = 254+57+80=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3950 is #01C6AF. Grayscale: #767676. Windows color (decimal): -116400 or 5257726. OLE color: 5257726.

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

Color convert

RGB2545780-
CMYK00.780.690.00
HSL352.99º98.99%60.98%-
HSV(B)352.99º77.56%99.61%-
XYZ43.7824.5810.03-
YUV118.52106.27224.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.96%
GREEN value IS 57 (22.66% from 255) = 14.58%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=64.96%
G=14.58%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254578000.780.690.00352.9998.9960.98
HexFE395004E450161633d
Octal376711200116105054114375
Binary11111110111001101000001001110100010101011000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3950; }

 p { color: rgb(254,57,80); }

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

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

 a { background-color: rgb(254,57,80); }

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

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

 span { border-color: rgb(254,57,80); }

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