Shades of Persian Pink #F27DB2
Tints of Persian Pink #F27DB2
RGB
CMYK
RGB Variations
Color information
#F27DB2 (or 0xF27DB2) is known color: Persian Pink. HEX triplet: F2, 7D and B2. RGB value is (242,125,178). Sum of RGB (Red+Green+Blue) = 242+125+178=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27DB2 is #0D824D. Grayscale: #A5A5A5. Windows color (decimal): -885326 or 11697650. OLE color: 11697650.
HSL color Cylindrical-coordinate representation of color #F27DB2: hue angle of 332.82º 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 #F27DB2 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 178 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.05 |
| HSL | 332.82º | 0.82% | 0.72% | - |
| HSV(B) | 332.82º | 0.48% | 0.95% | - |
| XYZ | 51.99 | 36.76 | 46.47 | - |
| YUV | 166.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 178 | 0 | 0.48 | 0.26 | 0.05 | 332.82 | 0.82 | 0.72 |
| Hex | F2 | 7D | B2 | 0 | 30 | 1A | 5 | 14D | 52 | 48 |
| Octal | 362 | 175 | 262 | 0 | 60 | 32 | 5 | 515 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10110010 | 0 | 110000 | 11010 | 101 | 101001101 | 1010010 | 1001000 |
Color Harmonies of #F27DB2
Complementary color
Monochromatic Colors of #F27DB2
Black with #F27DB2
Text Example
Text Example
White with #F27DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DB2; }
p { color: rgb(242,125,178); }
H1.HeaderClassName
{
color: #F27DB2;
}
.AnyTagClassName
{
color: #F27DB2;
}
</style>
background-color css
<style>
a { background-color: #F27DB2; }
a { background-color: rgb(242,125,178); }
div.DivClassName
{
background-color: #F27DB2;
}
.BgClassName
{
background-color: #F27DB2;
}
</style>
border-color css
<style>
span { border-color: #F27DB2; }
span { border-color: rgb(242,125,178); }
td.TdClassName
{
border-color: #F27DB2;
}
.TagClassName
{
border-color: #F27DB2;
}
</style>