Shades of Persian Pink #F27CC3
Tints of Persian Pink #F27CC3
RGB
CMYK
RGB Variations
Color information
#F27CC3 (or 0xF27CC3) is known color: Persian Pink. HEX triplet: F2, 7C and C3. RGB value is (242,124,195). Sum of RGB (Red+Green+Blue) = 242+124+195=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CC3 is #0D833C. Grayscale: #A7A7A7. Windows color (decimal): -885565 or 12811506. OLE color: 12811506.
HSL color Cylindrical-coordinate representation of color #F27CC3: hue angle of 323.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CC3 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 195 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.05 |
| HSL | 323.9º | 0.82% | 0.72% | - |
| HSV(B) | 323.9º | 0.49% | 0.95% | - |
| XYZ | 53.68 | 37.23 | 55.99 | - |
| YUV | 167.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 195 | 0 | 0.49 | 0.19 | 0.05 | 323.9 | 0.82 | 0.72 |
| Hex | F2 | 7C | C3 | 0 | 31 | 13 | 5 | 144 | 52 | 48 |
| Octal | 362 | 174 | 303 | 0 | 61 | 23 | 5 | 504 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11000011 | 0 | 110001 | 10011 | 101 | 101000100 | 1010010 | 1001000 |
Color Harmonies of #F27CC3
Complementary color
Monochromatic Colors of #F27CC3
Black with #F27CC3
Text Example
Text Example
White with #F27CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CC3; }
p { color: rgb(242,124,195); }
H1.HeaderClassName
{
color: #F27CC3;
}
.AnyTagClassName
{
color: #F27CC3;
}
</style>
background-color css
<style>
a { background-color: #F27CC3; }
a { background-color: rgb(242,124,195); }
div.DivClassName
{
background-color: #F27CC3;
}
.BgClassName
{
background-color: #F27CC3;
}
</style>
border-color css
<style>
span { border-color: #F27CC3; }
span { border-color: rgb(242,124,195); }
td.TdClassName
{
border-color: #F27CC3;
}
.TagClassName
{
border-color: #F27CC3;
}
</style>