Shades of Persian Rose #F334B4
Tints of Persian Rose #F334B4
RGB
CMYK
RGB Variations
Color information
#F334B4 (or 0xF334B4) is known color: Persian Rose. HEX triplet: F3, 34 and B4. RGB value is (243,52,180). Sum of RGB (Red+Green+Blue) = 243+52+180=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F334B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334B4 is #0CCB4B. Grayscale: #7B7B7B. Windows color (decimal): -838476 or 11810035. OLE color: 11810035.
HSL color Cylindrical-coordinate representation of color #F334B4: hue angle of 319.79º 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 #F334B4 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 180 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.05 |
| HSL | 319.79º | 0.89% | 0.58% | - |
| HSV(B) | 319.79º | 0.79% | 0.95% | - |
| XYZ | 46.43 | 24.81 | 45.52 | - |
| YUV | 123.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 180 | 0 | 0.79 | 0.26 | 0.05 | 319.79 | 0.89 | 0.58 |
| Hex | F3 | 34 | B4 | 0 | 4F | 1A | 5 | 140 | 59 | 3A |
| Octal | 363 | 64 | 264 | 0 | 117 | 32 | 5 | 500 | 131 | 72 |
| Binary | 11110011 | 110100 | 10110100 | 0 | 1001111 | 11010 | 101 | 101000000 | 1011001 | 111010 |
Color Harmonies of #F334B4
Complementary color
Monochromatic Colors of #F334B4
Black with #F334B4
Text Example
Text Example
White with #F334B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334B4; }
p { color: rgb(243,52,180); }
H1.HeaderClassName
{
color: #F334B4;
}
.AnyTagClassName
{
color: #F334B4;
}
</style>
background-color css
<style>
a { background-color: #F334B4; }
a { background-color: rgb(243,52,180); }
div.DivClassName
{
background-color: #F334B4;
}
.BgClassName
{
background-color: #F334B4;
}
</style>
border-color css
<style>
span { border-color: #F334B4; }
span { border-color: rgb(243,52,180); }
td.TdClassName
{
border-color: #F334B4;
}
.TagClassName
{
border-color: #F334B4;
}
</style>