Shades of Persian Rose #FC279F
Tints of Persian Rose #FC279F
RGB
CMYK
RGB Variations
Color information
#FC279F (or 0xFC279F) is known color: Persian Rose. HEX triplet: FC, 27 and 9F. RGB value is (252,39,159). Sum of RGB (Red+Green+Blue) = 252+39+159=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC279F is #03D860. Grayscale: #747474. Windows color (decimal): -252001 or 10430460. OLE color: 10430460.
HSL color Cylindrical-coordinate representation of color #FC279F: hue angle of 326.2º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC279F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 159 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.01 |
| HSL | 326.2º | 0.97% | 0.57% | - |
| HSV(B) | 326.2º | 0.85% | 0.99% | - |
| XYZ | 47.13 | 24.65 | 35.07 | - |
| YUV | 116.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 159 | 0 | 0.85 | 0.37 | 0.01 | 326.2 | 0.97 | 0.57 |
| Hex | FC | 27 | 9F | 0 | 55 | 25 | 1 | 146 | 61 | 39 |
| Octal | 374 | 47 | 237 | 0 | 125 | 45 | 1 | 506 | 141 | 71 |
| Binary | 11111100 | 100111 | 10011111 | 0 | 1010101 | 100101 | 1 | 101000110 | 1100001 | 111001 |
Color Harmonies of #FC279F
Complementary color
Monochromatic Colors of #FC279F
Black with #FC279F
Text Example
Text Example
White with #FC279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC279F; }
p { color: rgb(252,39,159); }
H1.HeaderClassName
{
color: #FC279F;
}
.AnyTagClassName
{
color: #FC279F;
}
</style>
background-color css
<style>
a { background-color: #FC279F; }
a { background-color: rgb(252,39,159); }
div.DivClassName
{
background-color: #FC279F;
}
.BgClassName
{
background-color: #FC279F;
}
</style>
border-color css
<style>
span { border-color: #FC279F; }
span { border-color: rgb(252,39,159); }
td.TdClassName
{
border-color: #FC279F;
}
.TagClassName
{
border-color: #FC279F;
}
</style>