Shades of Persian Pink #F075BD
Tints of Persian Pink #F075BD
RGB
CMYK
RGB Variations
Color information
#F075BD (or 0xF075BD) is known color: Persian Pink. HEX triplet: F0, 75 and BD. RGB value is (240,117,189). Sum of RGB (Red+Green+Blue) = 240+117+189=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F075BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075BD is #0F8A42. Grayscale: #A1A1A1. Windows color (decimal): -1018435 or 12416496. OLE color: 12416496.
HSL color Cylindrical-coordinate representation of color #F075BD: hue angle of 324.88º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075BD is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 189 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.06 |
| HSL | 324.88º | 0.8% | 0.7% | - |
| HSV(B) | 324.88º | 0.51% | 0.94% | - |
| XYZ | 51.48 | 34.92 | 52.17 | - |
| YUV | 161.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 189 | 0 | 0.51 | 0.21 | 0.06 | 324.88 | 0.8 | 0.7 |
| Hex | F0 | 75 | BD | 0 | 33 | 15 | 6 | 145 | 50 | 46 |
| Octal | 360 | 165 | 275 | 0 | 63 | 25 | 6 | 505 | 120 | 106 |
| Binary | 11110000 | 1110101 | 10111101 | 0 | 110011 | 10101 | 110 | 101000101 | 1010000 | 1000110 |
Color Harmonies of #F075BD
Complementary color
Monochromatic Colors of #F075BD
Black with #F075BD
Text Example
Text Example
White with #F075BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075BD; }
p { color: rgb(240,117,189); }
H1.HeaderClassName
{
color: #F075BD;
}
.AnyTagClassName
{
color: #F075BD;
}
</style>
background-color css
<style>
a { background-color: #F075BD; }
a { background-color: rgb(240,117,189); }
div.DivClassName
{
background-color: #F075BD;
}
.BgClassName
{
background-color: #F075BD;
}
</style>
border-color css
<style>
span { border-color: #F075BD; }
span { border-color: rgb(240,117,189); }
td.TdClassName
{
border-color: #F075BD;
}
.TagClassName
{
border-color: #F075BD;
}
</style>