Shades of Razzle Dazzle Rose #FF36BD
Tints of Razzle Dazzle Rose #FF36BD
RGB
CMYK
RGB Variations
Color information
#FF36BD (or 0xFF36BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 36 and BD. RGB value is (255,54,189). Sum of RGB (Red+Green+Blue) = 255+54+189=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF36BD is #00C942. Grayscale: #818181. Windows color (decimal): -51523 or 12400383. OLE color: 12400383.
HSL color Cylindrical-coordinate representation of color #FF36BD: hue angle of 319.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF36BD is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 189 | - |
| CMYK | 0 | 0.79 | 0.26 | 0 |
| HSL | 319.7º | 1% | 0.61% | - |
| HSV(B) | 319.7º | 0.79% | 1% | - |
| XYZ | 51.74 | 27.57 | 50.74 | - |
| YUV | 129.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 189 | 0 | 0.79 | 0.26 | 0 | 319.7 | 1 | 0.61 |
| Hex | FF | 36 | BD | 0 | 4F | 1A | 0 | 140 | 64 | 3D |
| Octal | 377 | 66 | 275 | 0 | 117 | 32 | 0 | 500 | 144 | 75 |
| Binary | 11111111 | 110110 | 10111101 | 0 | 1001111 | 11010 | 0 | 101000000 | 1100100 | 111101 |
Color Harmonies of #FF36BD
Complementary color
Monochromatic Colors of #FF36BD
Black with #FF36BD
Text Example
Text Example
White with #FF36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36BD; }
p { color: rgb(255,54,189); }
H1.HeaderClassName
{
color: #FF36BD;
}
.AnyTagClassName
{
color: #FF36BD;
}
</style>
background-color css
<style>
a { background-color: #FF36BD; }
a { background-color: rgb(255,54,189); }
div.DivClassName
{
background-color: #FF36BD;
}
.BgClassName
{
background-color: #FF36BD;
}
</style>
border-color css
<style>
span { border-color: #FF36BD; }
span { border-color: rgb(255,54,189); }
td.TdClassName
{
border-color: #FF36BD;
}
.TagClassName
{
border-color: #FF36BD;
}
</style>