Shades of Razzle Dazzle Rose #FF40CC
Tints of Razzle Dazzle Rose #FF40CC
RGB
CMYK
RGB Variations
Color information
#FF40CC (or 0xFF40CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and CC. RGB value is (255,64,204). Sum of RGB (Red+Green+Blue) = 255+64+204=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40CC is #00BF33. Grayscale: #888888. Windows color (decimal): -48948 or 13385983. OLE color: 13385983.
HSL color Cylindrical-coordinate representation of color #FF40CC: hue angle of 316.02º 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 #FF40CC is Cyan = 0, Magento = 0.75, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 204 | - |
| CMYK | 0 | 0.75 | 0.2 | 0 |
| HSL | 316.02º | 1% | 0.63% | - |
| HSV(B) | 316.02º | 0.75% | 1% | - |
| XYZ | 53.97 | 29.29 | 59.93 | - |
| YUV | 137.07 | 165.78 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 204 | 0 | 0.75 | 0.2 | 0 | 316.02 | 1 | 0.63 |
| Hex | FF | 40 | CC | 0 | 4B | 14 | 0 | 13C | 64 | 3F |
| Octal | 377 | 100 | 314 | 0 | 113 | 24 | 0 | 474 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11001100 | 0 | 1001011 | 10100 | 0 | 100111100 | 1100100 | 111111 |
Color Harmonies of #FF40CC
Complementary color
Monochromatic Colors of #FF40CC
Black with #FF40CC
Text Example
Text Example
White with #FF40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40CC; }
p { color: rgb(255,64,204); }
H1.HeaderClassName
{
color: #FF40CC;
}
.AnyTagClassName
{
color: #FF40CC;
}
</style>
background-color css
<style>
a { background-color: #FF40CC; }
a { background-color: rgb(255,64,204); }
div.DivClassName
{
background-color: #FF40CC;
}
.BgClassName
{
background-color: #FF40CC;
}
</style>
border-color css
<style>
span { border-color: #FF40CC; }
span { border-color: rgb(255,64,204); }
td.TdClassName
{
border-color: #FF40CC;
}
.TagClassName
{
border-color: #FF40CC;
}
</style>