Shades of Persian Rose #FF2FA4
Tints of Persian Rose #FF2FA4
RGB
CMYK
RGB Variations
Color information
#FF2FA4 (or 0xFF2FA4) is known color: Persian Rose. HEX triplet: FF, 2F and A4. RGB value is (255,47,164). Sum of RGB (Red+Green+Blue) = 255+47+164=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FA4 is #00D05B. Grayscale: #7A7A7A. Windows color (decimal): -53340 or 10760191. OLE color: 10760191.
HSL color Cylindrical-coordinate representation of color #FF2FA4: hue angle of 326.25º 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 #FF2FA4 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 164 | - |
| CMYK | 0 | 0.82 | 0.36 | 0 |
| HSL | 326.25º | 1% | 0.59% | - |
| HSV(B) | 326.25º | 0.82% | 1% | - |
| XYZ | 48.96 | 25.97 | 37.55 | - |
| YUV | 122.53 | 151.41 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 164 | 0 | 0.82 | 0.36 | 0 | 326.25 | 1 | 0.59 |
| Hex | FF | 2F | A4 | 0 | 52 | 24 | 0 | 146 | 64 | 3B |
| Octal | 377 | 57 | 244 | 0 | 122 | 44 | 0 | 506 | 144 | 73 |
| Binary | 11111111 | 101111 | 10100100 | 0 | 1010010 | 100100 | 0 | 101000110 | 1100100 | 111011 |
Color Harmonies of #FF2FA4
Complementary color
Monochromatic Colors of #FF2FA4
Black with #FF2FA4
Text Example
Text Example
White with #FF2FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FA4; }
p { color: rgb(255,47,164); }
H1.HeaderClassName
{
color: #FF2FA4;
}
.AnyTagClassName
{
color: #FF2FA4;
}
</style>
background-color css
<style>
a { background-color: #FF2FA4; }
a { background-color: rgb(255,47,164); }
div.DivClassName
{
background-color: #FF2FA4;
}
.BgClassName
{
background-color: #FF2FA4;
}
</style>
border-color css
<style>
span { border-color: #FF2FA4; }
span { border-color: rgb(255,47,164); }
td.TdClassName
{
border-color: #FF2FA4;
}
.TagClassName
{
border-color: #FF2FA4;
}
</style>