Shades of Persian Rose #FF3EB2
Tints of Persian Rose #FF3EB2
RGB
CMYK
RGB Variations
Color information
#FF3EB2 (or 0xFF3EB2) is known color: Persian Rose. HEX triplet: FF, 3E and B2. RGB value is (255,62,178). Sum of RGB (Red+Green+Blue) = 255+62+178=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3EB2 is #00C14D. Grayscale: #848484. Windows color (decimal): -49486 or 11681535. OLE color: 11681535.
HSL color Cylindrical-coordinate representation of color #FF3EB2: hue angle of 323.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EB2 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 178 | - |
| CMYK | 0 | 0.76 | 0.30 | 0 |
| HSL | 323.94º | 1% | 0.62% | - |
| HSV(B) | 323.94º | 0.76% | 1% | - |
| XYZ | 51 | 27.92 | 44.82 | - |
| YUV | 132.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 178 | 0 | 0.76 | 0.30 | 0 | 323.94 | 1 | 0.62 |
| Hex | FF | 3E | B2 | 0 | 4C | 1E | 0 | 144 | 64 | 3E |
| Octal | 377 | 76 | 262 | 0 | 114 | 36 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111110 | 10110010 | 0 | 1001100 | 11110 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3EB2
Complementary color
Monochromatic Colors of #FF3EB2
Black with #FF3EB2
Text Example
Text Example
White with #FF3EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EB2; }
p { color: rgb(255,62,178); }
H1.HeaderClassName
{
color: #FF3EB2;
}
.AnyTagClassName
{
color: #FF3EB2;
}
</style>
background-color css
<style>
a { background-color: #FF3EB2; }
a { background-color: rgb(255,62,178); }
div.DivClassName
{
background-color: #FF3EB2;
}
.BgClassName
{
background-color: #FF3EB2;
}
</style>
border-color css
<style>
span { border-color: #FF3EB2; }
span { border-color: rgb(255,62,178); }
td.TdClassName
{
border-color: #FF3EB2;
}
.TagClassName
{
border-color: #FF3EB2;
}
</style>