Shades of Persian Pink #F27DB4
Tints of Persian Pink #F27DB4
RGB
CMYK
RGB Variations
Color information
#F27DB4 (or 0xF27DB4) is known color: Persian Pink. HEX triplet: F2, 7D and B4. RGB value is (242,125,180). Sum of RGB (Red+Green+Blue) = 242+125+180=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DB4 is #0D824B. Grayscale: #A6A6A6. Windows color (decimal): -885324 or 11828722. OLE color: 11828722.
HSL color Cylindrical-coordinate representation of color #F27DB4: hue angle of 331.79º 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 #F27DB4 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 180 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.05 |
| HSL | 331.79º | 0.82% | 0.72% | - |
| HSV(B) | 331.79º | 0.48% | 0.95% | - |
| XYZ | 52.19 | 36.84 | 47.54 | - |
| YUV | 166.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 180 | 0 | 0.48 | 0.26 | 0.05 | 331.79 | 0.82 | 0.72 |
| Hex | F2 | 7D | B4 | 0 | 30 | 1A | 5 | 14C | 52 | 48 |
| Octal | 362 | 175 | 264 | 0 | 60 | 32 | 5 | 514 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10110100 | 0 | 110000 | 11010 | 101 | 101001100 | 1010010 | 1001000 |
Color Harmonies of #F27DB4
Complementary color
Monochromatic Colors of #F27DB4
Black with #F27DB4
Text Example
Text Example
White with #F27DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DB4; }
p { color: rgb(242,125,180); }
H1.HeaderClassName
{
color: #F27DB4;
}
.AnyTagClassName
{
color: #F27DB4;
}
</style>
background-color css
<style>
a { background-color: #F27DB4; }
a { background-color: rgb(242,125,180); }
div.DivClassName
{
background-color: #F27DB4;
}
.BgClassName
{
background-color: #F27DB4;
}
</style>
border-color css
<style>
span { border-color: #F27DB4; }
span { border-color: rgb(242,125,180); }
td.TdClassName
{
border-color: #F27DB4;
}
.TagClassName
{
border-color: #F27DB4;
}
</style>