Shades of Persian Pink #F07CC3
Tints of Persian Pink #F07CC3
RGB
CMYK
RGB Variations
Color information
#F07CC3 (or 0xF07CC3) is known color: Persian Pink. HEX triplet: F0, 7C and C3. RGB value is (240,124,195). Sum of RGB (Red+Green+Blue) = 240+124+195=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CC3 is #0F833C. Grayscale: #A6A6A6. Windows color (decimal): -1016637 or 12811504. OLE color: 12811504.
HSL color Cylindrical-coordinate representation of color #F07CC3: hue angle of 323.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CC3 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 195 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.06 |
| HSL | 323.28º | 0.79% | 0.71% | - |
| HSV(B) | 323.28º | 0.48% | 0.94% | - |
| XYZ | 52.99 | 36.88 | 55.96 | - |
| YUV | 166.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 195 | 0 | 0.48 | 0.19 | 0.06 | 323.28 | 0.79 | 0.71 |
| Hex | F0 | 7C | C3 | 0 | 30 | 13 | 6 | 143 | 4F | 47 |
| Octal | 360 | 174 | 303 | 0 | 60 | 23 | 6 | 503 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11000011 | 0 | 110000 | 10011 | 110 | 101000011 | 1001111 | 1000111 |
Color Harmonies of #F07CC3
Complementary color
Monochromatic Colors of #F07CC3
Black with #F07CC3
Text Example
Text Example
White with #F07CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CC3; }
p { color: rgb(240,124,195); }
H1.HeaderClassName
{
color: #F07CC3;
}
.AnyTagClassName
{
color: #F07CC3;
}
</style>
background-color css
<style>
a { background-color: #F07CC3; }
a { background-color: rgb(240,124,195); }
div.DivClassName
{
background-color: #F07CC3;
}
.BgClassName
{
background-color: #F07CC3;
}
</style>
border-color css
<style>
span { border-color: #F07CC3; }
span { border-color: rgb(240,124,195); }
td.TdClassName
{
border-color: #F07CC3;
}
.TagClassName
{
border-color: #F07CC3;
}
</style>