#FD40EC

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

Shades of Razzle Dazzle Rose #FD40EC

Tints of Razzle Dazzle Rose #FD40EC

Color information

#FD40EC (or 0xFD40EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 40 and EC. RGB value is (253,64,236). Sum of RGB (Red+Green+Blue) = 253+64+236=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40EC is #02BF13. Grayscale: #8B8B8B. Windows color (decimal): -179988 or 15483133. OLE color: 15483133.

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

Color convert

RGB25364236-
CMYK00.750.070.01
HSL305.4º97.93%62.16%-
HSV(B)305.4º74.7%99.22%-
XYZ57.4830.6182.23-
YUV140.12182.12208.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 64 (25.39% from 255) = 11.57%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=45.75%
G=11.57%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536423600.750.070.01305.497.9362.16
HexFD40EC04B71131623e
Octal37510035401137146114276
Binary111111011000000111011000100101111111001100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40EC; }

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

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

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

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

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

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

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

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