Shades of Persian Rose #FC269B
Tints of Persian Rose #FC269B
RGB
CMYK
RGB Variations
Color information
#FC269B (or 0xFC269B) is known color: Persian Rose. HEX triplet: FC, 26 and 9B. RGB value is (252,38,155). Sum of RGB (Red+Green+Blue) = 252+38+155=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC269B is #03D964. Grayscale: #737373. Windows color (decimal): -252261 or 10168060. OLE color: 10168060.
HSL color Cylindrical-coordinate representation of color #FC269B: hue angle of 327.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 #FC269B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 155 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 327.2º | 0.97% | 0.57% | - |
| HSV(B) | 327.2º | 0.85% | 0.99% | - |
| XYZ | 46.75 | 24.45 | 33.27 | - |
| YUV | 115.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 155 | 0 | 0.85 | 0.38 | 0.01 | 327.2 | 0.97 | 0.57 |
| Hex | FC | 26 | 9B | 0 | 55 | 26 | 1 | 147 | 61 | 39 |
| Octal | 374 | 46 | 233 | 0 | 125 | 46 | 1 | 507 | 141 | 71 |
| Binary | 11111100 | 100110 | 10011011 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100001 | 111001 |
Color Harmonies of #FC269B
Complementary color
Monochromatic Colors of #FC269B
Black with #FC269B
Text Example
Text Example
White with #FC269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC269B; }
p { color: rgb(252,38,155); }
H1.HeaderClassName
{
color: #FC269B;
}
.AnyTagClassName
{
color: #FC269B;
}
</style>
background-color css
<style>
a { background-color: #FC269B; }
a { background-color: rgb(252,38,155); }
div.DivClassName
{
background-color: #FC269B;
}
.BgClassName
{
background-color: #FC269B;
}
</style>
border-color css
<style>
span { border-color: #FC269B; }
span { border-color: rgb(252,38,155); }
td.TdClassName
{
border-color: #FC269B;
}
.TagClassName
{
border-color: #FC269B;
}
</style>