#FE33E7

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

Shades of Razzle Dazzle Rose #FE33E7

Tints of Razzle Dazzle Rose #FE33E7

Color information

#FE33E7 (or 0xFE33E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 33 and E7. RGB value is (254,51,231). Sum of RGB (Red+Green+Blue) = 254+51+231=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33E7 is #01CC18. Grayscale: #838383. Windows color (decimal): -117785 or 15152126. OLE color: 15152126.

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

Color convert

RGB25451231-
CMYK00.800.090.00
HSL306.8º99.02%59.8%-
HSV(B)306.8º79.92%99.61%-
XYZ56.4829.2178.26-
YUV132.22183.75214.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 51 (20.31% from 255) = 9.51%
BLUE value IS 231 (90.62% from 255) = 43.10%
R=47.39%
G=9.51%
B=43.10%

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
Decimal2545123100.800.090.00306.899.0259.8
HexFE33E705090133633c
Octal37663347012011046314374
Binary111111101100111110011101010000100101001100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33E7; }

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

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

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

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

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

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

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

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