#FE33D9

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

Shades of Razzle Dazzle Rose #FE33D9

Tints of Razzle Dazzle Rose #FE33D9

Color information

#FE33D9 (or 0xFE33D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 33 and D9. RGB value is (254,51,217). Sum of RGB (Red+Green+Blue) = 254+51+217=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D9 is #01CC26. Grayscale: #828282. Windows color (decimal): -117799 or 14234622. OLE color: 14234622.

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

Color convert

RGB25451217-
CMYK00.800.150.00
HSL310.94º99.02%59.8%-
HSV(B)310.94º79.92%99.61%-
XYZ54.5828.4568.26-
YUV130.62176.75216-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 51 (20.31% from 255) = 9.77%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=48.66%
G=9.77%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545121700.800.150.00310.9499.0259.8
HexFE33D9050F0137633c
Octal37663331012017046714374
Binary111111101100111101100101010000111101001101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33D9; }

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

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

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

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

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

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

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

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