#FE33E6

Color #FE33E6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FE33E6

Tints of Razzle Dazzle Rose #FE33E6

Color information

#FE33E6 (or 0xFE33E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 33 and E6. RGB value is (254,51,230). Sum of RGB (Red+Green+Blue) = 254+51+230=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 51 (20.31% from 255 or 9.53% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33E6 is #01CC19. Grayscale: #838383. Windows color (decimal): -117786 or 15086590. OLE color: 15086590.

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

Color convert

RGB25451230-
CMYK00.800.090.00
HSL307.09º99.02%59.8%-
HSV(B)307.09º79.92%99.61%-
XYZ56.3429.1577.52-
YUV132.1183.25214.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 51 (20.31% from 255) = 9.53%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=47.48%
G=9.53%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545123000.800.090.00307.0999.0259.8
HexFE33E605090133633c
Octal37663346012011046314374
Binary111111101100111110011001010000100101001100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33E6; }

 p { color: rgb(254,51,230); }

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

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

 a { background-color: rgb(254,51,230); }

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

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

 span { border-color: rgb(254,51,230); }

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