Shades of Persian Pink #F484BC
Tints of Persian Pink #F484BC
RGB
CMYK
RGB Variations
Color information
#F484BC (or 0xF484BC) is known color: Persian Pink. HEX triplet: F4, 84 and BC. RGB value is (244,132,188). Sum of RGB (Red+Green+Blue) = 244+132+188=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F484BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484BC is #0B7B43. Grayscale: #ABABAB. Windows color (decimal): -752452 or 12354804. OLE color: 12354804.
HSL color Cylindrical-coordinate representation of color #F484BC: hue angle of 330º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484BC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 188 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330º | 0.84% | 0.74% | - |
| HSV(B) | 330º | 0.46% | 0.96% | - |
| XYZ | 54.64 | 39.37 | 52.3 | - |
| YUV | 171.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 188 | 0 | 0.46 | 0.23 | 0.04 | 330 | 0.84 | 0.74 |
| Hex | F4 | 84 | BC | 0 | 2E | 17 | 4 | 14A | 54 | 4A |
| Octal | 364 | 204 | 274 | 0 | 56 | 27 | 4 | 512 | 124 | 112 |
| Binary | 11110100 | 10000100 | 10111100 | 0 | 101110 | 10111 | 100 | 101001010 | 1010100 | 1001010 |
Color Harmonies of #F484BC
Complementary color
Monochromatic Colors of #F484BC
Black with #F484BC
Text Example
Text Example
White with #F484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484BC; }
p { color: rgb(244,132,188); }
H1.HeaderClassName
{
color: #F484BC;
}
.AnyTagClassName
{
color: #F484BC;
}
</style>
background-color css
<style>
a { background-color: #F484BC; }
a { background-color: rgb(244,132,188); }
div.DivClassName
{
background-color: #F484BC;
}
.BgClassName
{
background-color: #F484BC;
}
</style>
border-color css
<style>
span { border-color: #F484BC; }
span { border-color: rgb(244,132,188); }
td.TdClassName
{
border-color: #F484BC;
}
.TagClassName
{
border-color: #F484BC;
}
</style>