Shades of Persian Pink #F48BB6
Tints of Persian Pink #F48BB6
RGB
CMYK
RGB Variations
Color information
#F48BB6 (or 0xF48BB6) is known color: Persian Pink. HEX triplet: F4, 8B and B6. RGB value is (244,139,182). Sum of RGB (Red+Green+Blue) = 244+139+182=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BB6 is #0B7449. Grayscale: #AFAFAF. Windows color (decimal): -750666 or 11963380. OLE color: 11963380.
HSL color Cylindrical-coordinate representation of color #F48BB6: hue angle of 335.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48BB6 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 182 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.04 |
| HSL | 335.43º | 0.83% | 0.75% | - |
| HSV(B) | 335.43º | 0.43% | 0.96% | - |
| XYZ | 54.98 | 41.08 | 49.29 | - |
| YUV | 175.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 182 | 0 | 0.43 | 0.25 | 0.04 | 335.43 | 0.83 | 0.75 |
| Hex | F4 | 8B | B6 | 0 | 2B | 19 | 4 | 14F | 53 | 4B |
| Octal | 364 | 213 | 266 | 0 | 53 | 31 | 4 | 517 | 123 | 113 |
| Binary | 11110100 | 10001011 | 10110110 | 0 | 101011 | 11001 | 100 | 101001111 | 1010011 | 1001011 |
Color Harmonies of #F48BB6
Complementary color
Monochromatic Colors of #F48BB6
Black with #F48BB6
Text Example
Text Example
White with #F48BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BB6; }
p { color: rgb(244,139,182); }
H1.HeaderClassName
{
color: #F48BB6;
}
.AnyTagClassName
{
color: #F48BB6;
}
</style>
background-color css
<style>
a { background-color: #F48BB6; }
a { background-color: rgb(244,139,182); }
div.DivClassName
{
background-color: #F48BB6;
}
.BgClassName
{
background-color: #F48BB6;
}
</style>
border-color css
<style>
span { border-color: #F48BB6; }
span { border-color: rgb(244,139,182); }
td.TdClassName
{
border-color: #F48BB6;
}
.TagClassName
{
border-color: #F48BB6;
}
</style>