#FF40DA

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

Shades of Razzle Dazzle Rose #FF40DA

Tints of Razzle Dazzle Rose #FF40DA

Color information

#FF40DA (or 0xFF40DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and DA. RGB value is (255,64,218). Sum of RGB (Red+Green+Blue) = 255+64+218=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40DA is #00BF25. Grayscale: #8A8A8A. Windows color (decimal): -48934 or 14303487. OLE color: 14303487.

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

Color convert

RGB25564218-
CMYK00.750.150
HSL311.62º100%62.55%-
HSV(B)311.62º74.9%100%-
XYZ55.7329.9969.18-
YUV138.66172.78210.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 64 (25.39% from 255) = 11.92%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=47.49%
G=11.92%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556421800.750.150311.6210062.55
HexFF40DA04BF0138643f
Octal377100332011317047014477
Binary1111111110000001101101001001011111101001110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40DA; }

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

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

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

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

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

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

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

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