Shades of Razzle Dazzle Rose #FF46CB
Tints of Razzle Dazzle Rose #FF46CB
RGB
CMYK
RGB Variations
Color information
#FF46CB (or 0xFF46CB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and CB. RGB value is (255,70,203). Sum of RGB (Red+Green+Blue) = 255+70+203=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 70 (27.73% from 255 or 13.26% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46CB is #00B934. Grayscale: #8C8C8C. Windows color (decimal): -47413 or 13321983. OLE color: 13321983.
HSL color Cylindrical-coordinate representation of color #FF46CB: hue angle of 316.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46CB is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 203 | - |
| CMYK | 0 | 0.73 | 0.20 | 0 |
| HSL | 316.86º | 1% | 0.64% | - |
| HSV(B) | 316.86º | 0.73% | 1% | - |
| XYZ | 54.21 | 29.95 | 59.42 | - |
| YUV | 140.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 203 | 0 | 0.73 | 0.20 | 0 | 316.86 | 1 | 0.64 |
| Hex | FF | 46 | CB | 0 | 49 | 14 | 0 | 13D | 64 | 40 |
| Octal | 377 | 106 | 313 | 0 | 111 | 24 | 0 | 475 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11001011 | 0 | 1001001 | 10100 | 0 | 100111101 | 1100100 | 1000000 |
Color Harmonies of #FF46CB
Complementary color
Monochromatic Colors of #FF46CB
Black with #FF46CB
Text Example
Text Example
White with #FF46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46CB; }
p { color: rgb(255,70,203); }
H1.HeaderClassName
{
color: #FF46CB;
}
.AnyTagClassName
{
color: #FF46CB;
}
</style>
background-color css
<style>
a { background-color: #FF46CB; }
a { background-color: rgb(255,70,203); }
div.DivClassName
{
background-color: #FF46CB;
}
.BgClassName
{
background-color: #FF46CB;
}
</style>
border-color css
<style>
span { border-color: #FF46CB; }
span { border-color: rgb(255,70,203); }
td.TdClassName
{
border-color: #FF46CB;
}
.TagClassName
{
border-color: #FF46CB;
}
</style>