Shades of Persian Rose #FD2FB0
Tints of Persian Rose #FD2FB0
RGB
CMYK
RGB Variations
Color information
#FD2FB0 (or 0xFD2FB0) is known color: Persian Rose. HEX triplet: FD, 2F and B0. RGB value is (253,47,176). Sum of RGB (Red+Green+Blue) = 253+47+176=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2FB0 is #02D04F. Grayscale: #7A7A7A. Windows color (decimal): -184400 or 11546621. OLE color: 11546621.
HSL color Cylindrical-coordinate representation of color #FD2FB0: hue angle of 322.43º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2FB0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 176 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.01 |
| HSL | 322.43º | 0.98% | 0.59% | - |
| HSV(B) | 322.43º | 0.81% | 0.99% | - |
| XYZ | 49.36 | 26.05 | 43.5 | - |
| YUV | 123.3 | 157.75 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 176 | 0 | 0.81 | 0.30 | 0.01 | 322.43 | 0.98 | 0.59 |
| Hex | FD | 2F | B0 | 0 | 51 | 1E | 1 | 142 | 62 | 3B |
| Octal | 375 | 57 | 260 | 0 | 121 | 36 | 1 | 502 | 142 | 73 |
| Binary | 11111101 | 101111 | 10110000 | 0 | 1010001 | 11110 | 1 | 101000010 | 1100010 | 111011 |
Color Harmonies of #FD2FB0
Complementary color
Monochromatic Colors of #FD2FB0
Black with #FD2FB0
Text Example
Text Example
White with #FD2FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2FB0; }
p { color: rgb(253,47,176); }
H1.HeaderClassName
{
color: #FD2FB0;
}
.AnyTagClassName
{
color: #FD2FB0;
}
</style>
background-color css
<style>
a { background-color: #FD2FB0; }
a { background-color: rgb(253,47,176); }
div.DivClassName
{
background-color: #FD2FB0;
}
.BgClassName
{
background-color: #FD2FB0;
}
</style>
border-color css
<style>
span { border-color: #FD2FB0; }
span { border-color: rgb(253,47,176); }
td.TdClassName
{
border-color: #FD2FB0;
}
.TagClassName
{
border-color: #FD2FB0;
}
</style>