#FD40EB

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

Shades of Razzle Dazzle Rose #FD40EB

Tints of Razzle Dazzle Rose #FD40EB

Color information

#FD40EB (or 0xFD40EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 40 and EB. RGB value is (253,64,235). Sum of RGB (Red+Green+Blue) = 253+64+235=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40EB is #02BF14. Grayscale: #8B8B8B. Windows color (decimal): -179989 or 15417597. OLE color: 15417597.

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

Color convert

RGB25364235-
CMYK00.750.070.01
HSL305.71º97.93%62.16%-
HSV(B)305.71º74.7%99.22%-
XYZ57.3430.5581.47-
YUV140181.62208.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 64 (25.39% from 255) = 11.59%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=45.83%
G=11.59%
B=42.57%

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
Decimal2536423500.750.070.01305.7197.9362.16
HexFD40EB04B71132623e
Octal37510035301137146214276
Binary111111011000000111010110100101111111001100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40EB; }

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

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

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

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

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

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

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

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