Shades of Persian Rose #FF37AD
Tints of Persian Rose #FF37AD
RGB
CMYK
RGB Variations
Color information
#FF37AD (or 0xFF37AD) is known color: Persian Rose. HEX triplet: FF, 37 and AD. RGB value is (255,55,173). Sum of RGB (Red+Green+Blue) = 255+55+173=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF37AD is #00C852. Grayscale: #7F7F7F. Windows color (decimal): -51283 or 11352063. OLE color: 11352063.
HSL color Cylindrical-coordinate representation of color #FF37AD: hue angle of 324.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37AD is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 173 | - |
| CMYK | 0 | 0.78 | 0.32 | 0 |
| HSL | 324.6º | 1% | 0.61% | - |
| HSV(B) | 324.6º | 0.78% | 1% | - |
| XYZ | 50.15 | 27.01 | 42.11 | - |
| YUV | 128.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 173 | 0 | 0.78 | 0.32 | 0 | 324.6 | 1 | 0.61 |
| Hex | FF | 37 | AD | 0 | 4E | 20 | 0 | 145 | 64 | 3D |
| Octal | 377 | 67 | 255 | 0 | 116 | 40 | 0 | 505 | 144 | 75 |
| Binary | 11111111 | 110111 | 10101101 | 0 | 1001110 | 100000 | 0 | 101000101 | 1100100 | 111101 |
Color Harmonies of #FF37AD
Complementary color
Monochromatic Colors of #FF37AD
Black with #FF37AD
Text Example
Text Example
White with #FF37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37AD; }
p { color: rgb(255,55,173); }
H1.HeaderClassName
{
color: #FF37AD;
}
.AnyTagClassName
{
color: #FF37AD;
}
</style>
background-color css
<style>
a { background-color: #FF37AD; }
a { background-color: rgb(255,55,173); }
div.DivClassName
{
background-color: #FF37AD;
}
.BgClassName
{
background-color: #FF37AD;
}
</style>
border-color css
<style>
span { border-color: #FF37AD; }
span { border-color: rgb(255,55,173); }
td.TdClassName
{
border-color: #FF37AD;
}
.TagClassName
{
border-color: #FF37AD;
}
</style>