Shades of Persian Pink #F375C2
Tints of Persian Pink #F375C2
RGB
CMYK
RGB Variations
Color information
#F375C2 (or 0xF375C2) is known color: Persian Pink. HEX triplet: F3, 75 and C2. RGB value is (243,117,194). Sum of RGB (Red+Green+Blue) = 243+117+194=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C2 is #0C8A3D. Grayscale: #A3A3A3. Windows color (decimal): -821822 or 12744179. OLE color: 12744179.
HSL color Cylindrical-coordinate representation of color #F375C2: hue angle of 323.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375C2 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 194 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.05 |
| HSL | 323.33º | 0.84% | 0.71% | - |
| HSV(B) | 323.33º | 0.52% | 0.95% | - |
| XYZ | 53.06 | 35.67 | 55.13 | - |
| YUV | 163.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 194 | 0 | 0.52 | 0.20 | 0.05 | 323.33 | 0.84 | 0.71 |
| Hex | F3 | 75 | C2 | 0 | 34 | 14 | 5 | 143 | 54 | 47 |
| Octal | 363 | 165 | 302 | 0 | 64 | 24 | 5 | 503 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11000010 | 0 | 110100 | 10100 | 101 | 101000011 | 1010100 | 1000111 |
Color Harmonies of #F375C2
Complementary color
Monochromatic Colors of #F375C2
Black with #F375C2
Text Example
Text Example
White with #F375C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375C2; }
p { color: rgb(243,117,194); }
H1.HeaderClassName
{
color: #F375C2;
}
.AnyTagClassName
{
color: #F375C2;
}
</style>
background-color css
<style>
a { background-color: #F375C2; }
a { background-color: rgb(243,117,194); }
div.DivClassName
{
background-color: #F375C2;
}
.BgClassName
{
background-color: #F375C2;
}
</style>
border-color css
<style>
span { border-color: #F375C2; }
span { border-color: rgb(243,117,194); }
td.TdClassName
{
border-color: #F375C2;
}
.TagClassName
{
border-color: #F375C2;
}
</style>