Shades of Razzle Dazzle Rose #FF4FCD
Tints of Razzle Dazzle Rose #FF4FCD
RGB
CMYK
RGB Variations
Color information
#FF4FCD (or 0xFF4FCD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4F and CD. RGB value is (255,79,205). Sum of RGB (Red+Green+Blue) = 255+79+205=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FCD is #00B032. Grayscale: #919191. Windows color (decimal): -45107 or 13455359. OLE color: 13455359.
HSL color Cylindrical-coordinate representation of color #FF4FCD: hue angle of 317.05º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FCD is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 205 | - |
| CMYK | 0 | 0.69 | 0.20 | 0 |
| HSL | 317.05º | 1% | 0.65% | - |
| HSV(B) | 317.05º | 0.69% | 1% | - |
| XYZ | 55.06 | 31.26 | 60.89 | - |
| YUV | 145.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 205 | 0 | 0.69 | 0.20 | 0 | 317.05 | 1 | 0.65 |
| Hex | FF | 4F | CD | 0 | 45 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 117 | 315 | 0 | 105 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11001101 | 0 | 1000101 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4FCD
Complementary color
Monochromatic Colors of #FF4FCD
Black with #FF4FCD
Text Example
Text Example
White with #FF4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FCD; }
p { color: rgb(255,79,205); }
H1.HeaderClassName
{
color: #FF4FCD;
}
.AnyTagClassName
{
color: #FF4FCD;
}
</style>
background-color css
<style>
a { background-color: #FF4FCD; }
a { background-color: rgb(255,79,205); }
div.DivClassName
{
background-color: #FF4FCD;
}
.BgClassName
{
background-color: #FF4FCD;
}
</style>
border-color css
<style>
span { border-color: #FF4FCD; }
span { border-color: rgb(255,79,205); }
td.TdClassName
{
border-color: #FF4FCD;
}
.TagClassName
{
border-color: #FF4FCD;
}
</style>