#FD36EB

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

Shades of Razzle Dazzle Rose #FD36EB

Tints of Razzle Dazzle Rose #FD36EB

Color information

#FD36EB (or 0xFD36EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 36 and EB. RGB value is (253,54,235). Sum of RGB (Red+Green+Blue) = 253+54+235=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 54 (21.48% from 255 or 9.96% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD36EB is #02C914. Grayscale: #858585. Windows color (decimal): -182549 or 15415037. OLE color: 15415037.

HSL color Cylindrical-coordinate representation of color #FD36EB: hue angle of 305.43º 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 #FD36EB is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB25354235-
CMYK00.790.070.01
HSL305.43º98.03%60.2%-
HSV(B)305.43º78.66%99.22%-
XYZ56.8229.5281.3-
YUV134.14184.93212.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 54 (21.48% from 255) = 9.96%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=46.68%
G=9.96%
B=43.36%

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
Decimal2535423500.790.070.01305.4398.0360.2
HexFD36EB04F71131623c
Octal3756635301177146114274
Binary11111101110110111010110100111111111001100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD36EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD36EB; }

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

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

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

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

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

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

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

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