Shades of Persian Pink #F67DB4
Tints of Persian Pink #F67DB4
RGB
CMYK
RGB Variations
Color information
#F67DB4 (or 0xF67DB4) is known color: Persian Pink. HEX triplet: F6, 7D and B4. RGB value is (246,125,180). Sum of RGB (Red+Green+Blue) = 246+125+180=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DB4 is #09824B. Grayscale: #A7A7A7. Windows color (decimal): -623180 or 11828726. OLE color: 11828726.
HSL color Cylindrical-coordinate representation of color #F67DB4: hue angle of 332.73º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DB4 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 180 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.04 |
| HSL | 332.73º | 0.87% | 0.73% | - |
| HSV(B) | 332.73º | 0.49% | 0.96% | - |
| XYZ | 53.58 | 37.56 | 47.61 | - |
| YUV | 167.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 180 | 0 | 0.49 | 0.27 | 0.04 | 332.73 | 0.87 | 0.73 |
| Hex | F6 | 7D | B4 | 0 | 31 | 1B | 4 | 14D | 57 | 49 |
| Octal | 366 | 175 | 264 | 0 | 61 | 33 | 4 | 515 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10110100 | 0 | 110001 | 11011 | 100 | 101001101 | 1010111 | 1001001 |
Color Harmonies of #F67DB4
Complementary color
Monochromatic Colors of #F67DB4
Black with #F67DB4
Text Example
Text Example
White with #F67DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67DB4; }
p { color: rgb(246,125,180); }
H1.HeaderClassName
{
color: #F67DB4;
}
.AnyTagClassName
{
color: #F67DB4;
}
</style>
background-color css
<style>
a { background-color: #F67DB4; }
a { background-color: rgb(246,125,180); }
div.DivClassName
{
background-color: #F67DB4;
}
.BgClassName
{
background-color: #F67DB4;
}
</style>
border-color css
<style>
span { border-color: #F67DB4; }
span { border-color: rgb(246,125,180); }
td.TdClassName
{
border-color: #F67DB4;
}
.TagClassName
{
border-color: #F67DB4;
}
</style>