#FE035D

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

Shades of Razzmatazz #FE035D

Tints of Razzmatazz #FE035D

Color information

#FE035D (or 0xFE035D) is unknown color: approx Razzmatazz. HEX triplet: FE, 03 and 5D. RGB value is (254,3,93). Sum of RGB (Red+Green+Blue) = 254+3+93=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE035D is #01FCA2. Grayscale: #585858. Windows color (decimal): -130211 or 6095870. OLE color: 6095870.

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

Color convert

RGB254393-
CMYK00.990.630.00
HSL338.49º99.21%50.39%-
HSV(B)338.49º98.82%99.61%-
XYZ42.8821.9312.33-
YUV88.31130.66246.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.57%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=72.57%
G=0.86%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25439300.990.630.00338.4999.2150.39
HexFE35D0633F01526332
Octal3763135014377052214362
Binary111111101110111010110001111111101010100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE035D; }

 p { color: rgb(254,3,93); }

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

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

 a { background-color: rgb(254,3,93); }

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

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

 span { border-color: rgb(254,3,93); }

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