#FE2958

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

Shades of Radical Red #FE2958

Tints of Radical Red #FE2958

Color information

#FE2958 (or 0xFE2958) is unknown color: approx Radical Red. HEX triplet: FE, 29 and 58. RGB value is (254,41,88). Sum of RGB (Red+Green+Blue) = 254+41+88=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2958 is #01D6A7. Grayscale: #6E6E6E. Windows color (decimal): -120488 or 5777918. OLE color: 5777918.

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

Color convert

RGB2544188-
CMYK00.840.650.00
HSL346.76º99.07%57.84%-
HSV(B)346.76º83.86%99.61%-
XYZ43.4323.3611.45-
YUV110.04115.57230.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 41 (16.41% from 255) = 10.70%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=66.32%
G=10.70%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254418800.840.650.00346.7699.0757.84
HexFE295805441015b633a
Octal376511300124101053314372
Binary11111110101001101100001010100100000101010110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2958; }

 p { color: rgb(254,41,88); }

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

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

 a { background-color: rgb(254,41,88); }

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

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

 span { border-color: rgb(254,41,88); }

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