Shades of Persian Rose #FF3DAF
Tints of Persian Rose #FF3DAF
RGB
CMYK
RGB Variations
Color information
#FF3DAF (or 0xFF3DAF) is known color: Persian Rose. HEX triplet: FF, 3D and AF. RGB value is (255,61,175). Sum of RGB (Red+Green+Blue) = 255+61+175=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3DAF is #00C250. Grayscale: #838383. Windows color (decimal): -49745 or 11484671. OLE color: 11484671.
HSL color Cylindrical-coordinate representation of color #FF3DAF: hue angle of 324.74º 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 #FF3DAF is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 175 | - |
| CMYK | 0 | 0.76 | 0.31 | 0 |
| HSL | 324.74º | 1% | 0.62% | - |
| HSV(B) | 324.74º | 0.76% | 1% | - |
| XYZ | 50.65 | 27.69 | 43.23 | - |
| YUV | 132 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 175 | 0 | 0.76 | 0.31 | 0 | 324.74 | 1 | 0.62 |
| Hex | FF | 3D | AF | 0 | 4C | 1F | 0 | 145 | 64 | 3E |
| Octal | 377 | 75 | 257 | 0 | 114 | 37 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111101 | 10101111 | 0 | 1001100 | 11111 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3DAF
Complementary color
Monochromatic Colors of #FF3DAF
Black with #FF3DAF
Text Example
Text Example
White with #FF3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DAF; }
p { color: rgb(255,61,175); }
H1.HeaderClassName
{
color: #FF3DAF;
}
.AnyTagClassName
{
color: #FF3DAF;
}
</style>
background-color css
<style>
a { background-color: #FF3DAF; }
a { background-color: rgb(255,61,175); }
div.DivClassName
{
background-color: #FF3DAF;
}
.BgClassName
{
background-color: #FF3DAF;
}
</style>
border-color css
<style>
span { border-color: #FF3DAF; }
span { border-color: rgb(255,61,175); }
td.TdClassName
{
border-color: #FF3DAF;
}
.TagClassName
{
border-color: #FF3DAF;
}
</style>