Shades of Persian Pink #F483B3
Tints of Persian Pink #F483B3
RGB
CMYK
RGB Variations
Color information
#F483B3 (or 0xF483B3) is known color: Persian Pink. HEX triplet: F4, 83 and B3. RGB value is (244,131,179). Sum of RGB (Red+Green+Blue) = 244+131+179=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F483B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483B3 is #0B7C4C. Grayscale: #AAAAAA. Windows color (decimal): -752717 or 11764724. OLE color: 11764724.
HSL color Cylindrical-coordinate representation of color #F483B3: hue angle of 334.51º 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 #F483B3 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 179 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.04 |
| HSL | 334.51º | 0.84% | 0.74% | - |
| HSV(B) | 334.51º | 0.46% | 0.96% | - |
| XYZ | 53.56 | 38.72 | 47.3 | - |
| YUV | 170.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 179 | 0 | 0.46 | 0.27 | 0.04 | 334.51 | 0.84 | 0.74 |
| Hex | F4 | 83 | B3 | 0 | 2E | 1B | 4 | 14F | 54 | 4A |
| Octal | 364 | 203 | 263 | 0 | 56 | 33 | 4 | 517 | 124 | 112 |
| Binary | 11110100 | 10000011 | 10110011 | 0 | 101110 | 11011 | 100 | 101001111 | 1010100 | 1001010 |
Color Harmonies of #F483B3
Complementary color
Monochromatic Colors of #F483B3
Black with #F483B3
Text Example
Text Example
White with #F483B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483B3; }
p { color: rgb(244,131,179); }
H1.HeaderClassName
{
color: #F483B3;
}
.AnyTagClassName
{
color: #F483B3;
}
</style>
background-color css
<style>
a { background-color: #F483B3; }
a { background-color: rgb(244,131,179); }
div.DivClassName
{
background-color: #F483B3;
}
.BgClassName
{
background-color: #F483B3;
}
</style>
border-color css
<style>
span { border-color: #F483B3; }
span { border-color: rgb(244,131,179); }
td.TdClassName
{
border-color: #F483B3;
}
.TagClassName
{
border-color: #F483B3;
}
</style>