#FF40C9

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

Shades of Razzle Dazzle Rose #FF40C9

Tints of Razzle Dazzle Rose #FF40C9

Color information

#FF40C9 (or 0xFF40C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and C9. RGB value is (255,64,201). Sum of RGB (Red+Green+Blue) = 255+64+201=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40C9 is #00BF36. Grayscale: #888888. Windows color (decimal): -48951 or 13189375. OLE color: 13189375.

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

Color convert

RGB25564201-
CMYK00.750.210
HSL316.96º100%62.55%-
HSV(B)316.96º74.9%100%-
XYZ53.6229.1458.06-
YUV136.73164.28212.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 64 (25.39% from 255) = 12.31%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=49.04%
G=12.31%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556420100.750.210316.9610062.55
HexFF40C904B15013d643f
Octal377100311011325047514477
Binary11111111100000011001001010010111010101001111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40C9; }

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

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

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

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

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

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

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

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