Shades of Persian Rose #FF36AD
Tints of Persian Rose #FF36AD
RGB
CMYK
RGB Variations
Color information
#FF36AD (or 0xFF36AD) is known color: Persian Rose. HEX triplet: FF, 36 and AD. RGB value is (255,54,173). Sum of RGB (Red+Green+Blue) = 255+54+173=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF36AD is #00C952. Grayscale: #7F7F7F. Windows color (decimal): -51539 or 11351807. OLE color: 11351807.
HSL color Cylindrical-coordinate representation of color #FF36AD: hue angle of 324.48º 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 #FF36AD is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 173 | - |
| CMYK | 0 | 0.79 | 0.32 | 0 |
| HSL | 324.48º | 1% | 0.61% | - |
| HSV(B) | 324.48º | 0.79% | 1% | - |
| XYZ | 50.1 | 26.92 | 42.09 | - |
| YUV | 127.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 173 | 0 | 0.79 | 0.32 | 0 | 324.48 | 1 | 0.61 |
| Hex | FF | 36 | AD | 0 | 4F | 20 | 0 | 144 | 64 | 3D |
| Octal | 377 | 66 | 255 | 0 | 117 | 40 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 110110 | 10101101 | 0 | 1001111 | 100000 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF36AD
Complementary color
Monochromatic Colors of #FF36AD
Black with #FF36AD
Text Example
Text Example
White with #FF36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36AD; }
p { color: rgb(255,54,173); }
H1.HeaderClassName
{
color: #FF36AD;
}
.AnyTagClassName
{
color: #FF36AD;
}
</style>
background-color css
<style>
a { background-color: #FF36AD; }
a { background-color: rgb(255,54,173); }
div.DivClassName
{
background-color: #FF36AD;
}
.BgClassName
{
background-color: #FF36AD;
}
</style>
border-color css
<style>
span { border-color: #FF36AD; }
span { border-color: rgb(255,54,173); }
td.TdClassName
{
border-color: #FF36AD;
}
.TagClassName
{
border-color: #FF36AD;
}
</style>