#FF40D2

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

Shades of Razzle Dazzle Rose #FF40D2

Tints of Razzle Dazzle Rose #FF40D2

Color information

#FF40D2 (or 0xFF40D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and D2. RGB value is (255,64,210). Sum of RGB (Red+Green+Blue) = 255+64+210=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40D2 is #00BF2D. Grayscale: #898989. Windows color (decimal): -48942 or 13779199. OLE color: 13779199.

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

Color convert

RGB25564210-
CMYK00.750.180
HSL314.14º100%62.55%-
HSV(B)314.14º74.9%100%-
XYZ54.7129.5863.8-
YUV137.75168.78211.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 64 (25.39% from 255) = 12.10%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=48.20%
G=12.10%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556421000.750.180314.1410062.55
HexFF40D204B12013a643f
Octal377100322011322047214477
Binary11111111100000011010010010010111001001001110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40D2; }

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

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

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

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

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

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

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

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