Shades of Persian Rose #FC269D
Tints of Persian Rose #FC269D
RGB
CMYK
RGB Variations
Color information
#FC269D (or 0xFC269D) is known color: Persian Rose. HEX triplet: FC, 26 and 9D. RGB value is (252,38,157). Sum of RGB (Red+Green+Blue) = 252+38+157=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC269D is #03D962. Grayscale: #737373. Windows color (decimal): -252259 or 10299132. OLE color: 10299132.
HSL color Cylindrical-coordinate representation of color #FC269D: hue angle of 326.64º 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 #FC269D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 157 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 326.64º | 0.97% | 0.57% | - |
| HSV(B) | 326.64º | 0.85% | 0.99% | - |
| XYZ | 46.92 | 24.52 | 34.16 | - |
| YUV | 115.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 157 | 0 | 0.85 | 0.38 | 0.01 | 326.64 | 0.97 | 0.57 |
| Hex | FC | 26 | 9D | 0 | 55 | 26 | 1 | 147 | 61 | 39 |
| Octal | 374 | 46 | 235 | 0 | 125 | 46 | 1 | 507 | 141 | 71 |
| Binary | 11111100 | 100110 | 10011101 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100001 | 111001 |
Color Harmonies of #FC269D
Complementary color
Monochromatic Colors of #FC269D
Black with #FC269D
Text Example
Text Example
White with #FC269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC269D; }
p { color: rgb(252,38,157); }
H1.HeaderClassName
{
color: #FC269D;
}
.AnyTagClassName
{
color: #FC269D;
}
</style>
background-color css
<style>
a { background-color: #FC269D; }
a { background-color: rgb(252,38,157); }
div.DivClassName
{
background-color: #FC269D;
}
.BgClassName
{
background-color: #FC269D;
}
</style>
border-color css
<style>
span { border-color: #FC269D; }
span { border-color: rgb(252,38,157); }
td.TdClassName
{
border-color: #FC269D;
}
.TagClassName
{
border-color: #FC269D;
}
</style>