Shades of Persian Pink #F67BC4
Tints of Persian Pink #F67BC4
RGB
CMYK
RGB Variations
Color information
#F67BC4 (or 0xF67BC4) is known color: Persian Pink. HEX triplet: F6, 7B and C4. RGB value is (246,123,196). Sum of RGB (Red+Green+Blue) = 246+123+196=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BC4 is #09843B. Grayscale: #A7A7A7. Windows color (decimal): -623676 or 12876790. OLE color: 12876790.
HSL color Cylindrical-coordinate representation of color #F67BC4: hue angle of 324.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BC4 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 196 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.04 |
| HSL | 324.39º | 0.87% | 0.72% | - |
| HSV(B) | 324.39º | 0.5% | 0.96% | - |
| XYZ | 55.05 | 37.74 | 56.61 | - |
| YUV | 168.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 196 | 0 | 0.50 | 0.20 | 0.04 | 324.39 | 0.87 | 0.72 |
| Hex | F6 | 7B | C4 | 0 | 32 | 14 | 4 | 144 | 57 | 48 |
| Octal | 366 | 173 | 304 | 0 | 62 | 24 | 4 | 504 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11000100 | 0 | 110010 | 10100 | 100 | 101000100 | 1010111 | 1001000 |
Color Harmonies of #F67BC4
Complementary color
Monochromatic Colors of #F67BC4
Black with #F67BC4
Text Example
Text Example
White with #F67BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BC4; }
p { color: rgb(246,123,196); }
H1.HeaderClassName
{
color: #F67BC4;
}
.AnyTagClassName
{
color: #F67BC4;
}
</style>
background-color css
<style>
a { background-color: #F67BC4; }
a { background-color: rgb(246,123,196); }
div.DivClassName
{
background-color: #F67BC4;
}
.BgClassName
{
background-color: #F67BC4;
}
</style>
border-color css
<style>
span { border-color: #F67BC4; }
span { border-color: rgb(246,123,196); }
td.TdClassName
{
border-color: #F67BC4;
}
.TagClassName
{
border-color: #F67BC4;
}
</style>