#FF40D9

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

Shades of Razzle Dazzle Rose #FF40D9

Tints of Razzle Dazzle Rose #FF40D9

Color information

#FF40D9 (or 0xFF40D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and D9. RGB value is (255,64,217). Sum of RGB (Red+Green+Blue) = 255+64+217=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40D9 is #00BF26. Grayscale: #8A8A8A. Windows color (decimal): -48935 or 14237951. OLE color: 14237951.

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

Color convert

RGB25564217-
CMYK00.750.150
HSL311.94º100%62.55%-
HSV(B)311.94º74.9%100%-
XYZ55.629.9468.49-
YUV138.55172.28211.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 64 (25.39% from 255) = 11.94%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=47.57%
G=11.94%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556421700.750.150311.9410062.55
HexFF40D904BF0138643f
Octal377100331011317047014477
Binary1111111110000001101100101001011111101001110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40D9; }

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

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

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

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

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

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

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

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