Shades of Razzle Dazzle Rose #FF4FCE
Tints of Razzle Dazzle Rose #FF4FCE
RGB
CMYK
RGB Variations
Color information
#FF4FCE (or 0xFF4FCE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4F and CE. RGB value is (255,79,206). Sum of RGB (Red+Green+Blue) = 255+79+206=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FCE is #00B031. Grayscale: #919191. Windows color (decimal): -45106 or 13520895. OLE color: 13520895.
HSL color Cylindrical-coordinate representation of color #FF4FCE: hue angle of 316.7º 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 #FF4FCE is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 206 | - |
| CMYK | 0 | 0.69 | 0.19 | 0 |
| HSL | 316.7º | 1% | 0.65% | - |
| HSV(B) | 316.7º | 0.69% | 1% | - |
| XYZ | 55.18 | 31.31 | 61.53 | - |
| YUV | 146.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 206 | 0 | 0.69 | 0.19 | 0 | 316.7 | 1 | 0.65 |
| Hex | FF | 4F | CE | 0 | 45 | 13 | 0 | 13D | 64 | 41 |
| Octal | 377 | 117 | 316 | 0 | 105 | 23 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11001110 | 0 | 1000101 | 10011 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4FCE
Complementary color
Monochromatic Colors of #FF4FCE
Black with #FF4FCE
Text Example
Text Example
White with #FF4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FCE; }
p { color: rgb(255,79,206); }
H1.HeaderClassName
{
color: #FF4FCE;
}
.AnyTagClassName
{
color: #FF4FCE;
}
</style>
background-color css
<style>
a { background-color: #FF4FCE; }
a { background-color: rgb(255,79,206); }
div.DivClassName
{
background-color: #FF4FCE;
}
.BgClassName
{
background-color: #FF4FCE;
}
</style>
border-color css
<style>
span { border-color: #FF4FCE; }
span { border-color: rgb(255,79,206); }
td.TdClassName
{
border-color: #FF4FCE;
}
.TagClassName
{
border-color: #FF4FCE;
}
</style>