Shades of Persian Rose #FF2FA6
Tints of Persian Rose #FF2FA6
RGB
CMYK
RGB Variations
Color information
#FF2FA6 (or 0xFF2FA6) is known color: Persian Rose. HEX triplet: FF, 2F and A6. RGB value is (255,47,166). Sum of RGB (Red+Green+Blue) = 255+47+166=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FA6 is #00D059. Grayscale: #7A7A7A. Windows color (decimal): -53338 or 10891263. OLE color: 10891263.
HSL color Cylindrical-coordinate representation of color #FF2FA6: hue angle of 325.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FA6 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 166 | - |
| CMYK | 0 | 0.82 | 0.35 | 0 |
| HSL | 325.67º | 1% | 0.59% | - |
| HSV(B) | 325.67º | 0.82% | 1% | - |
| XYZ | 49.14 | 26.05 | 38.51 | - |
| YUV | 122.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 166 | 0 | 0.82 | 0.35 | 0 | 325.67 | 1 | 0.59 |
| Hex | FF | 2F | A6 | 0 | 52 | 23 | 0 | 146 | 64 | 3B |
| Octal | 377 | 57 | 246 | 0 | 122 | 43 | 0 | 506 | 144 | 73 |
| Binary | 11111111 | 101111 | 10100110 | 0 | 1010010 | 100011 | 0 | 101000110 | 1100100 | 111011 |
Color Harmonies of #FF2FA6
Complementary color
Monochromatic Colors of #FF2FA6
Black with #FF2FA6
Text Example
Text Example
White with #FF2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FA6; }
p { color: rgb(255,47,166); }
H1.HeaderClassName
{
color: #FF2FA6;
}
.AnyTagClassName
{
color: #FF2FA6;
}
</style>
background-color css
<style>
a { background-color: #FF2FA6; }
a { background-color: rgb(255,47,166); }
div.DivClassName
{
background-color: #FF2FA6;
}
.BgClassName
{
background-color: #FF2FA6;
}
</style>
border-color css
<style>
span { border-color: #FF2FA6; }
span { border-color: rgb(255,47,166); }
td.TdClassName
{
border-color: #FF2FA6;
}
.TagClassName
{
border-color: #FF2FA6;
}
</style>