#FF40EC

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

Shades of Razzle Dazzle Rose #FF40EC

Tints of Razzle Dazzle Rose #FF40EC

Color information

#FF40EC (or 0xFF40EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and EC. RGB value is (255,64,236). Sum of RGB (Red+Green+Blue) = 255+64+236=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40EC is #00BF13. Grayscale: #8C8C8C. Windows color (decimal): -48916 or 15483135. OLE color: 15483135.

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

Color convert

RGB25564236-
CMYK00.750.070
HSL305.97º100%62.55%-
HSV(B)305.97º74.9%100%-
XYZ58.2130.9882.27-
YUV140.72181.78209.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 64 (25.39% from 255) = 11.53%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=45.95%
G=11.53%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556423600.750.070305.9710062.55
HexFF40EC04B70132643f
Octal37710035401137046214477
Binary111111111000000111011000100101111101001100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40EC; }

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

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

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

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

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

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

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

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