Shades of Persian Rose #FF36B0
Tints of Persian Rose #FF36B0
RGB
CMYK
RGB Variations
Color information
#FF36B0 (or 0xFF36B0) is known color: Persian Rose. HEX triplet: FF, 36 and B0. RGB value is (255,54,176). Sum of RGB (Red+Green+Blue) = 255+54+176=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF36B0 is #00C94F. Grayscale: #7F7F7F. Windows color (decimal): -51536 or 11548415. OLE color: 11548415.
HSL color Cylindrical-coordinate representation of color #FF36B0: hue angle of 323.58º 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 #FF36B0 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 176 | - |
| CMYK | 0 | 0.79 | 0.31 | 0 |
| HSL | 323.58º | 1% | 0.61% | - |
| HSV(B) | 323.58º | 0.79% | 1% | - |
| XYZ | 50.4 | 27.03 | 43.64 | - |
| YUV | 128.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 176 | 0 | 0.79 | 0.31 | 0 | 323.58 | 1 | 0.61 |
| Hex | FF | 36 | B0 | 0 | 4F | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 66 | 260 | 0 | 117 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 110110 | 10110000 | 0 | 1001111 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF36B0
Complementary color
Monochromatic Colors of #FF36B0
Black with #FF36B0
Text Example
Text Example
White with #FF36B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36B0; }
p { color: rgb(255,54,176); }
H1.HeaderClassName
{
color: #FF36B0;
}
.AnyTagClassName
{
color: #FF36B0;
}
</style>
background-color css
<style>
a { background-color: #FF36B0; }
a { background-color: rgb(255,54,176); }
div.DivClassName
{
background-color: #FF36B0;
}
.BgClassName
{
background-color: #FF36B0;
}
</style>
border-color css
<style>
span { border-color: #FF36B0; }
span { border-color: rgb(255,54,176); }
td.TdClassName
{
border-color: #FF36B0;
}
.TagClassName
{
border-color: #FF36B0;
}
</style>