#FE2964

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

Shades of Radical Red #FE2964

Tints of Radical Red #FE2964

Color information

#FE2964 (or 0xFE2964) is unknown color: approx Radical Red. HEX triplet: FE, 29 and 64. RGB value is (254,41,100). Sum of RGB (Red+Green+Blue) = 254+41+100=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2964 is #01D69B. Grayscale: #6F6F6F. Windows color (decimal): -120476 or 6564350. OLE color: 6564350.

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

Color convert

RGB25441100-
CMYK00.840.610.00
HSL343.38º99.07%57.84%-
HSV(B)343.38º83.86%99.61%-
XYZ43.9723.5814.29-
YUV111.41121.57229.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.30%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=64.30%
G=10.38%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544110000.840.610.00343.3899.0757.84
HexFE29640543D0157633a
Octal37651144012475052714372
Binary1111111010100111001000101010011110101010101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2964; }

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

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

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

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

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

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

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

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