#FD36EC

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

Shades of Razzle Dazzle Rose #FD36EC

Tints of Razzle Dazzle Rose #FD36EC

Color information

#FD36EC (or 0xFD36EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 36 and EC. RGB value is (253,54,236). Sum of RGB (Red+Green+Blue) = 253+54+236=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 54 (21.48% from 255 or 9.94% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD36EC is #02C913. Grayscale: #858585. Windows color (decimal): -182548 or 15480573. OLE color: 15480573.

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

Color convert

RGB25354236-
CMYK00.790.070.01
HSL305.13º98.03%60.2%-
HSV(B)305.13º78.66%99.22%-
XYZ56.9729.5882.06-
YUV134.25185.43212.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 54 (21.48% from 255) = 9.94%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=46.59%
G=9.94%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535423600.790.070.01305.1398.0360.2
HexFD36EC04F71131623c
Octal3756635401177146114274
Binary11111101110110111011000100111111111001100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD36EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD36EC; }

 p { color: rgb(253,54,236); }

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

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

 a { background-color: rgb(253,54,236); }

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

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

 span { border-color: rgb(253,54,236); }

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