Shades of Persian Rose #FC269E
Tints of Persian Rose #FC269E
RGB
CMYK
RGB Variations
Color information
#FC269E (or 0xFC269E) is known color: Persian Rose. HEX triplet: FC, 26 and 9E. RGB value is (252,38,158). Sum of RGB (Red+Green+Blue) = 252+38+158=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC269E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC269E is #03D961. Grayscale: #737373. Windows color (decimal): -252258 or 10364668. OLE color: 10364668.
HSL color Cylindrical-coordinate representation of color #FC269E: hue angle of 326.36º 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 #FC269E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 158 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.01 |
| HSL | 326.36º | 0.97% | 0.57% | - |
| HSV(B) | 326.36º | 0.85% | 0.99% | - |
| XYZ | 47.01 | 24.55 | 34.61 | - |
| YUV | 115.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 158 | 0 | 0.85 | 0.37 | 0.01 | 326.36 | 0.97 | 0.57 |
| Hex | FC | 26 | 9E | 0 | 55 | 25 | 1 | 146 | 61 | 39 |
| Octal | 374 | 46 | 236 | 0 | 125 | 45 | 1 | 506 | 141 | 71 |
| Binary | 11111100 | 100110 | 10011110 | 0 | 1010101 | 100101 | 1 | 101000110 | 1100001 | 111001 |
Color Harmonies of #FC269E
Complementary color
Monochromatic Colors of #FC269E
Black with #FC269E
Text Example
Text Example
White with #FC269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC269E; }
p { color: rgb(252,38,158); }
H1.HeaderClassName
{
color: #FC269E;
}
.AnyTagClassName
{
color: #FC269E;
}
</style>
background-color css
<style>
a { background-color: #FC269E; }
a { background-color: rgb(252,38,158); }
div.DivClassName
{
background-color: #FC269E;
}
.BgClassName
{
background-color: #FC269E;
}
</style>
border-color css
<style>
span { border-color: #FC269E; }
span { border-color: rgb(252,38,158); }
td.TdClassName
{
border-color: #FC269E;
}
.TagClassName
{
border-color: #FC269E;
}
</style>