#FD33CE

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

Shades of Razzle Dazzle Rose #FD33CE

Tints of Razzle Dazzle Rose #FD33CE

Color information

#FD33CE (or 0xFD33CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 33 and CE. RGB value is (253,51,206). Sum of RGB (Red+Green+Blue) = 253+51+206=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33CE is #02CC31. Grayscale: #808080. Windows color (decimal): -183346 or 13513725. OLE color: 13513725.

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

Color convert

RGB25351206-
CMYK00.800.190.01
HSL313.96º98.06%59.61%-
HSV(B)313.96º79.84%99.22%-
XYZ52.8327.7160.96-
YUV129.07171.42216.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 51 (20.31% from 255) = 10%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=49.61%
G=10%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535120600.800.190.01313.9698.0659.61
HexFD33CE05013113a623c
Octal37563316012023147214274
Binary1111110111001111001110010100001001111001110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33CE; }

 p { color: rgb(253,51,206); }

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

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

 a { background-color: rgb(253,51,206); }

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

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

 span { border-color: rgb(253,51,206); }

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