#FF40D0

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

Shades of Razzle Dazzle Rose #FF40D0

Tints of Razzle Dazzle Rose #FF40D0

Color information

#FF40D0 (or 0xFF40D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and D0. RGB value is (255,64,208). Sum of RGB (Red+Green+Blue) = 255+64+208=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40D0 is #00BF2F. Grayscale: #898989. Windows color (decimal): -48944 or 13648127. OLE color: 13648127.

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

Color convert

RGB25564208-
CMYK00.750.180
HSL314.76º100%62.55%-
HSV(B)314.76º74.9%100%-
XYZ54.4629.4862.49-
YUV137.52167.78211.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=48.39%
G=12.14%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556420800.750.180314.7610062.55
HexFF40D004B12013b643f
Octal377100320011322047314477
Binary11111111100000011010000010010111001001001110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40D0; }

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

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

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

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

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

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

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

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