Shades of Persian Pink #F080B8
Tints of Persian Pink #F080B8
RGB
CMYK
RGB Variations
Color information
#F080B8 (or 0xF080B8) is known color: Persian Pink. HEX triplet: F0, 80 and B8. RGB value is (240,128,184). Sum of RGB (Red+Green+Blue) = 240+128+184=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B8 is #0F7F47. Grayscale: #A7A7A7. Windows color (decimal): -1015624 or 12091632. OLE color: 12091632.
HSL color Cylindrical-coordinate representation of color #F080B8: hue angle of 330º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080B8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 128 | 184 | - |
CMYK | 0 | 0.47 | 0.23 | 0.06 |
HSL | 330º | 0.79% | 0.72% | - |
HSV(B) | 330º | 0.47% | 0.94% | - |
XYZ | 52.31 | 37.42 | 49.81 | - |
YUV | 167.87 | 137.11 | 179.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 128 | 184 | 0 | 0.47 | 0.23 | 0.06 | 330 | 0.79 | 0.72 |
Hex | F0 | 80 | B8 | 0 | 2F | 17 | 6 | 14A | 4F | 48 |
Octal | 360 | 200 | 270 | 0 | 57 | 27 | 6 | 512 | 117 | 110 |
Binary | 11110000 | 10000000 | 10111000 | 0 | 101111 | 10111 | 110 | 101001010 | 1001111 | 1001000 |
Color Harmonies of #F080B8
Complementary color
Monochromatic Colors of #F080B8
Black with #F080B8
Text Example
Text Example
White with #F080B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080B8; }
p { color: rgb(240,128,184); }
H1.HeaderClassName
{
color: #F080B8;
}
.AnyTagClassName
{
color: #F080B8;
}
</style>
background-color css
<style>
a { background-color: #F080B8; }
a { background-color: rgb(240,128,184); }
div.DivClassName
{
background-color: #F080B8;
}
.BgClassName
{
background-color: #F080B8;
}
</style>
border-color css
<style>
span { border-color: #F080B8; }
span { border-color: rgb(240,128,184); }
td.TdClassName
{
border-color: #F080B8;
}
.TagClassName
{
border-color: #F080B8;
}
</style>