Shades of Persian Rose #FF269D
Tints of Persian Rose #FF269D
RGB
CMYK
RGB Variations
Color information
#FF269D (or 0xFF269D) is known color: Persian Rose. HEX triplet: FF, 26 and 9D. RGB value is (255,38,157). Sum of RGB (Red+Green+Blue) = 255+38+157=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF269D is #00D962. Grayscale: #747474. Windows color (decimal): -55651 or 10299135. OLE color: 10299135.
HSL color Cylindrical-coordinate representation of color #FF269D: hue angle of 327.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF269D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 157 | - |
| CMYK | 0 | 0.85 | 0.38 | 0 |
| HSL | 327.1º | 1% | 0.57% | - |
| HSV(B) | 327.1º | 0.85% | 1% | - |
| XYZ | 48.02 | 25.08 | 34.21 | - |
| YUV | 116.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 157 | 0 | 0.85 | 0.38 | 0 | 327.1 | 1 | 0.57 |
| Hex | FF | 26 | 9D | 0 | 55 | 26 | 0 | 147 | 64 | 39 |
| Octal | 377 | 46 | 235 | 0 | 125 | 46 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100110 | 10011101 | 0 | 1010101 | 100110 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF269D
Complementary color
Monochromatic Colors of #FF269D
Black with #FF269D
Text Example
Text Example
White with #FF269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF269D; }
p { color: rgb(255,38,157); }
H1.HeaderClassName
{
color: #FF269D;
}
.AnyTagClassName
{
color: #FF269D;
}
</style>
background-color css
<style>
a { background-color: #FF269D; }
a { background-color: rgb(255,38,157); }
div.DivClassName
{
background-color: #FF269D;
}
.BgClassName
{
background-color: #FF269D;
}
</style>
border-color css
<style>
span { border-color: #FF269D; }
span { border-color: rgb(255,38,157); }
td.TdClassName
{
border-color: #FF269D;
}
.TagClassName
{
border-color: #FF269D;
}
</style>