Shades of Persian Pink #F27DB8
Tints of Persian Pink #F27DB8
RGB
CMYK
RGB Variations
Color information
#F27DB8 (or 0xF27DB8) is known color: Persian Pink. HEX triplet: F2, 7D and B8. RGB value is (242,125,184). Sum of RGB (Red+Green+Blue) = 242+125+184=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DB8 is #0D8247. Grayscale: #A6A6A6. Windows color (decimal): -885320 or 12090866. OLE color: 12090866.
HSL color Cylindrical-coordinate representation of color #F27DB8: hue angle of 329.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DB8 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 184 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.05 |
| HSL | 329.74º | 0.82% | 0.72% | - |
| HSV(B) | 329.74º | 0.48% | 0.95% | - |
| XYZ | 52.6 | 37.01 | 49.72 | - |
| YUV | 166.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 184 | 0 | 0.48 | 0.24 | 0.05 | 329.74 | 0.82 | 0.72 |
| Hex | F2 | 7D | B8 | 0 | 30 | 18 | 5 | 14A | 52 | 48 |
| Octal | 362 | 175 | 270 | 0 | 60 | 30 | 5 | 512 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10111000 | 0 | 110000 | 11000 | 101 | 101001010 | 1010010 | 1001000 |
Color Harmonies of #F27DB8
Complementary color
Monochromatic Colors of #F27DB8
Black with #F27DB8
Text Example
Text Example
White with #F27DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DB8; }
p { color: rgb(242,125,184); }
H1.HeaderClassName
{
color: #F27DB8;
}
.AnyTagClassName
{
color: #F27DB8;
}
</style>
background-color css
<style>
a { background-color: #F27DB8; }
a { background-color: rgb(242,125,184); }
div.DivClassName
{
background-color: #F27DB8;
}
.BgClassName
{
background-color: #F27DB8;
}
</style>
border-color css
<style>
span { border-color: #F27DB8; }
span { border-color: rgb(242,125,184); }
td.TdClassName
{
border-color: #F27DB8;
}
.TagClassName
{
border-color: #F27DB8;
}
</style>