#FF40C6

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

Shades of Razzle Dazzle Rose #FF40C6

Tints of Razzle Dazzle Rose #FF40C6

Color information

#FF40C6 (or 0xFF40C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and C6. RGB value is (255,64,198). Sum of RGB (Red+Green+Blue) = 255+64+198=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40C6 is #00BF39. Grayscale: #888888. Windows color (decimal): -48954 or 12992767. OLE color: 12992767.

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

Color convert

RGB25564198-
CMYK00.750.220
HSL317.91º100%62.55%-
HSV(B)317.91º74.9%100%-
XYZ53.272956.22-
YUV136.38162.78212.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 64 (25.39% from 255) = 12.38%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=49.32%
G=12.38%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556419800.750.220317.9110062.55
HexFF40C604B16013e643f
Octal377100306011326047614477
Binary11111111100000011000110010010111011001001111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40C6; }

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

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

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

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

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

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

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

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