Shades of Persian Rose #FF3CAF
Tints of Persian Rose #FF3CAF
RGB
CMYK
RGB Variations
Color information
#FF3CAF (or 0xFF3CAF) is known color: Persian Rose. HEX triplet: FF, 3C and AF. RGB value is (255,60,175). Sum of RGB (Red+Green+Blue) = 255+60+175=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CAF is #00C350. Grayscale: #838383. Windows color (decimal): -50001 or 11484415. OLE color: 11484415.
HSL color Cylindrical-coordinate representation of color #FF3CAF: hue angle of 324.62º 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 #FF3CAF is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 175 | - |
| CMYK | 0 | 0.76 | 0.31 | 0 |
| HSL | 324.62º | 1% | 0.62% | - |
| HSV(B) | 324.62º | 0.76% | 1% | - |
| XYZ | 50.59 | 27.59 | 43.22 | - |
| YUV | 131.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 175 | 0 | 0.76 | 0.31 | 0 | 324.62 | 1 | 0.62 |
| Hex | FF | 3C | AF | 0 | 4C | 1F | 0 | 145 | 64 | 3E |
| Octal | 377 | 74 | 257 | 0 | 114 | 37 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111100 | 10101111 | 0 | 1001100 | 11111 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3CAF
Complementary color
Monochromatic Colors of #FF3CAF
Black with #FF3CAF
Text Example
Text Example
White with #FF3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CAF; }
p { color: rgb(255,60,175); }
H1.HeaderClassName
{
color: #FF3CAF;
}
.AnyTagClassName
{
color: #FF3CAF;
}
</style>
background-color css
<style>
a { background-color: #FF3CAF; }
a { background-color: rgb(255,60,175); }
div.DivClassName
{
background-color: #FF3CAF;
}
.BgClassName
{
background-color: #FF3CAF;
}
</style>
border-color css
<style>
span { border-color: #FF3CAF; }
span { border-color: rgb(255,60,175); }
td.TdClassName
{
border-color: #FF3CAF;
}
.TagClassName
{
border-color: #FF3CAF;
}
</style>