Shades of Persian Rose #F334B3
Tints of Persian Rose #F334B3
RGB
CMYK
RGB Variations
Color information
#F334B3 (or 0xF334B3) is known color: Persian Rose. HEX triplet: F3, 34 and B3. RGB value is (243,52,179). Sum of RGB (Red+Green+Blue) = 243+52+179=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F334B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334B3 is #0CCB4C. Grayscale: #7B7B7B. Windows color (decimal): -838477 or 11744499. OLE color: 11744499.
HSL color Cylindrical-coordinate representation of color #F334B3: hue angle of 320.1º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334B3 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 179 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.05 |
| HSL | 320.1º | 0.89% | 0.58% | - |
| HSV(B) | 320.1º | 0.79% | 0.95% | - |
| XYZ | 46.33 | 24.77 | 44.99 | - |
| YUV | 123.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 179 | 0 | 0.79 | 0.26 | 0.05 | 320.1 | 0.89 | 0.58 |
| Hex | F3 | 34 | B3 | 0 | 4F | 1A | 5 | 140 | 59 | 3A |
| Octal | 363 | 64 | 263 | 0 | 117 | 32 | 5 | 500 | 131 | 72 |
| Binary | 11110011 | 110100 | 10110011 | 0 | 1001111 | 11010 | 101 | 101000000 | 1011001 | 111010 |
Color Harmonies of #F334B3
Complementary color
Monochromatic Colors of #F334B3
Black with #F334B3
Text Example
Text Example
White with #F334B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334B3; }
p { color: rgb(243,52,179); }
H1.HeaderClassName
{
color: #F334B3;
}
.AnyTagClassName
{
color: #F334B3;
}
</style>
background-color css
<style>
a { background-color: #F334B3; }
a { background-color: rgb(243,52,179); }
div.DivClassName
{
background-color: #F334B3;
}
.BgClassName
{
background-color: #F334B3;
}
</style>
border-color css
<style>
span { border-color: #F334B3; }
span { border-color: rgb(243,52,179); }
td.TdClassName
{
border-color: #F334B3;
}
.TagClassName
{
border-color: #F334B3;
}
</style>