Shades of Persian Rose #FF2FAC
Tints of Persian Rose #FF2FAC
RGB
CMYK
RGB Variations
Color information
#FF2FAC (or 0xFF2FAC) is known color: Persian Rose. HEX triplet: FF, 2F and AC. RGB value is (255,47,172). Sum of RGB (Red+Green+Blue) = 255+47+172=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FAC is #00D053. Grayscale: #7B7B7B. Windows color (decimal): -53332 or 11284479. OLE color: 11284479.
HSL color Cylindrical-coordinate representation of color #FF2FAC: hue angle of 323.94º 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 #FF2FAC is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 172 | - |
| CMYK | 0 | 0.82 | 0.33 | 0 |
| HSL | 323.94º | 1% | 0.59% | - |
| HSV(B) | 323.94º | 0.82% | 1% | - |
| XYZ | 49.7 | 26.27 | 41.48 | - |
| YUV | 123.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 172 | 0 | 0.82 | 0.33 | 0 | 323.94 | 1 | 0.59 |
| Hex | FF | 2F | AC | 0 | 52 | 21 | 0 | 144 | 64 | 3B |
| Octal | 377 | 57 | 254 | 0 | 122 | 41 | 0 | 504 | 144 | 73 |
| Binary | 11111111 | 101111 | 10101100 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100100 | 111011 |
Color Harmonies of #FF2FAC
Complementary color
Monochromatic Colors of #FF2FAC
Black with #FF2FAC
Text Example
Text Example
White with #FF2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FAC; }
p { color: rgb(255,47,172); }
H1.HeaderClassName
{
color: #FF2FAC;
}
.AnyTagClassName
{
color: #FF2FAC;
}
</style>
background-color css
<style>
a { background-color: #FF2FAC; }
a { background-color: rgb(255,47,172); }
div.DivClassName
{
background-color: #FF2FAC;
}
.BgClassName
{
background-color: #FF2FAC;
}
</style>
border-color css
<style>
span { border-color: #FF2FAC; }
span { border-color: rgb(255,47,172); }
td.TdClassName
{
border-color: #FF2FAC;
}
.TagClassName
{
border-color: #FF2FAC;
}
</style>