Shades of Persian Pink #F384B8
Tints of Persian Pink #F384B8
RGB
CMYK
RGB Variations
Color information
#F384B8 (or 0xF384B8) is known color: Persian Pink. HEX triplet: F3, 84 and B8. RGB value is (243,132,184). Sum of RGB (Red+Green+Blue) = 243+132+184=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F384B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384B8 is #0C7B47. Grayscale: #ABABAB. Windows color (decimal): -817992 or 12092659. OLE color: 12092659.
HSL color Cylindrical-coordinate representation of color #F384B8: hue angle of 331.89º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384B8 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 184 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.05 |
| HSL | 331.89º | 0.82% | 0.74% | - |
| HSV(B) | 331.89º | 0.46% | 0.95% | - |
| XYZ | 53.87 | 39.02 | 50.04 | - |
| YUV | 171.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 184 | 0 | 0.46 | 0.24 | 0.05 | 331.89 | 0.82 | 0.74 |
| Hex | F3 | 84 | B8 | 0 | 2E | 18 | 5 | 14C | 52 | 4A |
| Octal | 363 | 204 | 270 | 0 | 56 | 30 | 5 | 514 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10111000 | 0 | 101110 | 11000 | 101 | 101001100 | 1010010 | 1001010 |
Color Harmonies of #F384B8
Complementary color
Monochromatic Colors of #F384B8
Black with #F384B8
Text Example
Text Example
White with #F384B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384B8; }
p { color: rgb(243,132,184); }
H1.HeaderClassName
{
color: #F384B8;
}
.AnyTagClassName
{
color: #F384B8;
}
</style>
background-color css
<style>
a { background-color: #F384B8; }
a { background-color: rgb(243,132,184); }
div.DivClassName
{
background-color: #F384B8;
}
.BgClassName
{
background-color: #F384B8;
}
</style>
border-color css
<style>
span { border-color: #F384B8; }
span { border-color: rgb(243,132,184); }
td.TdClassName
{
border-color: #F384B8;
}
.TagClassName
{
border-color: #F384B8;
}
</style>