Shades of Persian Rose #FC269C
Tints of Persian Rose #FC269C
RGB
CMYK
RGB Variations
Color information
#FC269C (or 0xFC269C) is known color: Persian Rose. HEX triplet: FC, 26 and 9C. RGB value is (252,38,156). Sum of RGB (Red+Green+Blue) = 252+38+156=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC269C is #03D963. Grayscale: #737373. Windows color (decimal): -252260 or 10233596. OLE color: 10233596.
HSL color Cylindrical-coordinate representation of color #FC269C: hue angle of 326.92º 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 #FC269C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 156 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 326.92º | 0.97% | 0.57% | - |
| HSV(B) | 326.92º | 0.85% | 0.99% | - |
| XYZ | 46.84 | 24.48 | 33.71 | - |
| YUV | 115.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 156 | 0 | 0.85 | 0.38 | 0.01 | 326.92 | 0.97 | 0.57 |
| Hex | FC | 26 | 9C | 0 | 55 | 26 | 1 | 147 | 61 | 39 |
| Octal | 374 | 46 | 234 | 0 | 125 | 46 | 1 | 507 | 141 | 71 |
| Binary | 11111100 | 100110 | 10011100 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100001 | 111001 |
Color Harmonies of #FC269C
Complementary color
Monochromatic Colors of #FC269C
Black with #FC269C
Text Example
Text Example
White with #FC269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC269C; }
p { color: rgb(252,38,156); }
H1.HeaderClassName
{
color: #FC269C;
}
.AnyTagClassName
{
color: #FC269C;
}
</style>
background-color css
<style>
a { background-color: #FC269C; }
a { background-color: rgb(252,38,156); }
div.DivClassName
{
background-color: #FC269C;
}
.BgClassName
{
background-color: #FC269C;
}
</style>
border-color css
<style>
span { border-color: #FC269C; }
span { border-color: rgb(252,38,156); }
td.TdClassName
{
border-color: #FC269C;
}
.TagClassName
{
border-color: #FC269C;
}
</style>