#FF40DF

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

Shades of Razzle Dazzle Rose #FF40DF

Tints of Razzle Dazzle Rose #FF40DF

Color information

#FF40DF (or 0xFF40DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and DF. RGB value is (255,64,223). Sum of RGB (Red+Green+Blue) = 255+64+223=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40DF is #00BF20. Grayscale: #8A8A8A. Windows color (decimal): -48929 or 14631167. OLE color: 14631167.

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

Color convert

RGB25564223-
CMYK00.750.130
HSL310.05º100%62.55%-
HSV(B)310.05º74.9%100%-
XYZ56.3930.2572.68-
YUV139.23175.28210.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 64 (25.39% from 255) = 11.81%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=47.05%
G=11.81%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556422300.750.130310.0510062.55
HexFF40DF04BD0136643f
Octal377100337011315046614477
Binary1111111110000001101111101001011110101001101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40DF; }

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

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

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

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

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

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

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

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