Shades of Persian Rose #F7269C
Tints of Persian Rose #F7269C
RGB
CMYK
RGB Variations
Color information
#F7269C (or 0xF7269C) is known color: Persian Rose. HEX triplet: F7, 26 and 9C. RGB value is (247,38,156). Sum of RGB (Red+Green+Blue) = 247+38+156=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7269C is #08D963. Grayscale: #717171. Windows color (decimal): -579940 or 10233591. OLE color: 10233591.
HSL color Cylindrical-coordinate representation of color #F7269C: hue angle of 326.12º degrees, saturation: 0.93, 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 #F7269C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 156 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.03 |
| HSL | 326.12º | 0.93% | 0.56% | - |
| HSV(B) | 326.12º | 0.85% | 0.97% | - |
| XYZ | 45.05 | 23.56 | 33.63 | - |
| YUV | 113.94 | 151.74 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 156 | 0 | 0.85 | 0.37 | 0.03 | 326.12 | 0.93 | 0.56 |
| Hex | F7 | 26 | 9C | 0 | 55 | 25 | 3 | 146 | 5D | 38 |
| Octal | 367 | 46 | 234 | 0 | 125 | 45 | 3 | 506 | 135 | 70 |
| Binary | 11110111 | 100110 | 10011100 | 0 | 1010101 | 100101 | 11 | 101000110 | 1011101 | 111000 |
Color Harmonies of #F7269C
Complementary color
Monochromatic Colors of #F7269C
Black with #F7269C
Text Example
Text Example
White with #F7269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7269C; }
p { color: rgb(247,38,156); }
H1.HeaderClassName
{
color: #F7269C;
}
.AnyTagClassName
{
color: #F7269C;
}
</style>
background-color css
<style>
a { background-color: #F7269C; }
a { background-color: rgb(247,38,156); }
div.DivClassName
{
background-color: #F7269C;
}
.BgClassName
{
background-color: #F7269C;
}
</style>
border-color css
<style>
span { border-color: #F7269C; }
span { border-color: rgb(247,38,156); }
td.TdClassName
{
border-color: #F7269C;
}
.TagClassName
{
border-color: #F7269C;
}
</style>