Shades of Persian Pink #F683B8
Tints of Persian Pink #F683B8
RGB
CMYK
RGB Variations
Color information
#F683B8 (or 0xF683B8) is known color: Persian Pink. HEX triplet: F6, 83 and B8. RGB value is (246,131,184). Sum of RGB (Red+Green+Blue) = 246+131+184=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F683B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683B8 is #097C47. Grayscale: #ABABAB. Windows color (decimal): -621640 or 12092406. OLE color: 12092406.
HSL color Cylindrical-coordinate representation of color #F683B8: hue angle of 332.35º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F683B8 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 184 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.04 |
| HSL | 332.35º | 0.86% | 0.74% | - |
| HSV(B) | 332.35º | 0.47% | 0.96% | - |
| XYZ | 54.77 | 39.29 | 50.04 | - |
| YUV | 171.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 184 | 0 | 0.47 | 0.25 | 0.04 | 332.35 | 0.86 | 0.74 |
| Hex | F6 | 83 | B8 | 0 | 2F | 19 | 4 | 14C | 56 | 4A |
| Octal | 366 | 203 | 270 | 0 | 57 | 31 | 4 | 514 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10111000 | 0 | 101111 | 11001 | 100 | 101001100 | 1010110 | 1001010 |
Color Harmonies of #F683B8
Complementary color
Monochromatic Colors of #F683B8
Black with #F683B8
Text Example
Text Example
White with #F683B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683B8; }
p { color: rgb(246,131,184); }
H1.HeaderClassName
{
color: #F683B8;
}
.AnyTagClassName
{
color: #F683B8;
}
</style>
background-color css
<style>
a { background-color: #F683B8; }
a { background-color: rgb(246,131,184); }
div.DivClassName
{
background-color: #F683B8;
}
.BgClassName
{
background-color: #F683B8;
}
</style>
border-color css
<style>
span { border-color: #F683B8; }
span { border-color: rgb(246,131,184); }
td.TdClassName
{
border-color: #F683B8;
}
.TagClassName
{
border-color: #F683B8;
}
</style>