#FF40C5

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

Shades of Razzle Dazzle Rose #FF40C5

Tints of Razzle Dazzle Rose #FF40C5

Color information

#FF40C5 (or 0xFF40C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and C5. RGB value is (255,64,197). Sum of RGB (Red+Green+Blue) = 255+64+197=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40C5 is #00BF3A. Grayscale: #878787. Windows color (decimal): -48955 or 12927231. OLE color: 12927231.

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

Color convert

RGB25564197-
CMYK00.750.230
HSL318.22º100%62.55%-
HSV(B)318.22º74.9%100%-
XYZ53.1528.9655.61-
YUV136.27162.28212.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 64 (25.39% from 255) = 12.40%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=49.42%
G=12.40%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556419700.750.230318.2210062.55
HexFF40C504B17013e643f
Octal377100305011327047614477
Binary11111111100000011000101010010111011101001111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40C5; }

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

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

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

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

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

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

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

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