Shades of Persian Rose #FF3CAD
Tints of Persian Rose #FF3CAD
RGB
CMYK
RGB Variations
Color information
#FF3CAD (or 0xFF3CAD) is known color: Persian Rose. HEX triplet: FF, 3C and AD. RGB value is (255,60,173). Sum of RGB (Red+Green+Blue) = 255+60+173=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CAD is #00C352. Grayscale: #828282. Windows color (decimal): -50003 or 11353343. OLE color: 11353343.
HSL color Cylindrical-coordinate representation of color #FF3CAD: hue angle of 325.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CAD is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 173 | - |
| CMYK | 0 | 0.76 | 0.32 | 0 |
| HSL | 325.23º | 1% | 0.62% | - |
| HSV(B) | 325.23º | 0.76% | 1% | - |
| XYZ | 50.4 | 27.51 | 42.19 | - |
| YUV | 131.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 173 | 0 | 0.76 | 0.32 | 0 | 325.23 | 1 | 0.62 |
| Hex | FF | 3C | AD | 0 | 4C | 20 | 0 | 145 | 64 | 3E |
| Octal | 377 | 74 | 255 | 0 | 114 | 40 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111100 | 10101101 | 0 | 1001100 | 100000 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3CAD
Complementary color
Monochromatic Colors of #FF3CAD
Black with #FF3CAD
Text Example
Text Example
White with #FF3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CAD; }
p { color: rgb(255,60,173); }
H1.HeaderClassName
{
color: #FF3CAD;
}
.AnyTagClassName
{
color: #FF3CAD;
}
</style>
background-color css
<style>
a { background-color: #FF3CAD; }
a { background-color: rgb(255,60,173); }
div.DivClassName
{
background-color: #FF3CAD;
}
.BgClassName
{
background-color: #FF3CAD;
}
</style>
border-color css
<style>
span { border-color: #FF3CAD; }
span { border-color: rgb(255,60,173); }
td.TdClassName
{
border-color: #FF3CAD;
}
.TagClassName
{
border-color: #FF3CAD;
}
</style>