Shades of Persian Pink #F283BD
Tints of Persian Pink #F283BD
RGB
CMYK
RGB Variations
Color information
#F283BD (or 0xF283BD) is known color: Persian Pink. HEX triplet: F2, 83 and BD. RGB value is (242,131,189). Sum of RGB (Red+Green+Blue) = 242+131+189=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F283BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283BD is #0D7C42. Grayscale: #AAAAAA. Windows color (decimal): -883779 or 12420082. OLE color: 12420082.
HSL color Cylindrical-coordinate representation of color #F283BD: hue angle of 328.65º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283BD is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 189 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.05 |
| HSL | 328.65º | 0.81% | 0.73% | - |
| HSV(B) | 328.65º | 0.46% | 0.95% | - |
| XYZ | 53.92 | 38.78 | 52.79 | - |
| YUV | 170.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 189 | 0 | 0.46 | 0.22 | 0.05 | 328.65 | 0.81 | 0.73 |
| Hex | F2 | 83 | BD | 0 | 2E | 16 | 5 | 149 | 51 | 49 |
| Octal | 362 | 203 | 275 | 0 | 56 | 26 | 5 | 511 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10111101 | 0 | 101110 | 10110 | 101 | 101001001 | 1010001 | 1001001 |
Color Harmonies of #F283BD
Complementary color
Monochromatic Colors of #F283BD
Black with #F283BD
Text Example
Text Example
White with #F283BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283BD; }
p { color: rgb(242,131,189); }
H1.HeaderClassName
{
color: #F283BD;
}
.AnyTagClassName
{
color: #F283BD;
}
</style>
background-color css
<style>
a { background-color: #F283BD; }
a { background-color: rgb(242,131,189); }
div.DivClassName
{
background-color: #F283BD;
}
.BgClassName
{
background-color: #F283BD;
}
</style>
border-color css
<style>
span { border-color: #F283BD; }
span { border-color: rgb(242,131,189); }
td.TdClassName
{
border-color: #F283BD;
}
.TagClassName
{
border-color: #F283BD;
}
</style>