Shades of Persian Rose #F8269C
Tints of Persian Rose #F8269C
RGB
CMYK
RGB Variations
Color information
#F8269C (or 0xF8269C) is known color: Persian Rose. HEX triplet: F8, 26 and 9C. RGB value is (248,38,156). Sum of RGB (Red+Green+Blue) = 248+38+156=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8269C is #07D963. Grayscale: #717171. Windows color (decimal): -514404 or 10233592. OLE color: 10233592.
HSL color Cylindrical-coordinate representation of color #F8269C: hue angle of 326.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8269C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 156 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.03 |
| HSL | 326.29º | 0.94% | 0.56% | - |
| HSV(B) | 326.29º | 0.85% | 0.97% | - |
| XYZ | 45.41 | 23.74 | 33.64 | - |
| YUV | 114.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 156 | 0 | 0.85 | 0.37 | 0.03 | 326.29 | 0.94 | 0.56 |
| Hex | F8 | 26 | 9C | 0 | 55 | 25 | 3 | 146 | 5E | 38 |
| Octal | 370 | 46 | 234 | 0 | 125 | 45 | 3 | 506 | 136 | 70 |
| Binary | 11111000 | 100110 | 10011100 | 0 | 1010101 | 100101 | 11 | 101000110 | 1011110 | 111000 |
Color Harmonies of #F8269C
Complementary color
Monochromatic Colors of #F8269C
Black with #F8269C
Text Example
Text Example
White with #F8269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8269C; }
p { color: rgb(248,38,156); }
H1.HeaderClassName
{
color: #F8269C;
}
.AnyTagClassName
{
color: #F8269C;
}
</style>
background-color css
<style>
a { background-color: #F8269C; }
a { background-color: rgb(248,38,156); }
div.DivClassName
{
background-color: #F8269C;
}
.BgClassName
{
background-color: #F8269C;
}
</style>
border-color css
<style>
span { border-color: #F8269C; }
span { border-color: rgb(248,38,156); }
td.TdClassName
{
border-color: #F8269C;
}
.TagClassName
{
border-color: #F8269C;
}
</style>