Shades of Persian Rose #FF3EB4
Tints of Persian Rose #FF3EB4
RGB
CMYK
RGB Variations
Color information
#FF3EB4 (or 0xFF3EB4) is known color: Persian Rose. HEX triplet: FF, 3E and B4. RGB value is (255,62,180). Sum of RGB (Red+Green+Blue) = 255+62+180=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EB4 is #00C14B. Grayscale: #848484. Windows color (decimal): -49484 or 11812607. OLE color: 11812607.
HSL color Cylindrical-coordinate representation of color #FF3EB4: hue angle of 323.32º 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 #FF3EB4 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 180 | - |
| CMYK | 0 | 0.76 | 0.29 | 0 |
| HSL | 323.32º | 1% | 0.62% | - |
| HSV(B) | 323.32º | 0.76% | 1% | - |
| XYZ | 51.2 | 28 | 45.89 | - |
| YUV | 133.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 180 | 0 | 0.76 | 0.29 | 0 | 323.32 | 1 | 0.62 |
| Hex | FF | 3E | B4 | 0 | 4C | 1D | 0 | 143 | 64 | 3E |
| Octal | 377 | 76 | 264 | 0 | 114 | 35 | 0 | 503 | 144 | 76 |
| Binary | 11111111 | 111110 | 10110100 | 0 | 1001100 | 11101 | 0 | 101000011 | 1100100 | 111110 |
Color Harmonies of #FF3EB4
Complementary color
Monochromatic Colors of #FF3EB4
Black with #FF3EB4
Text Example
Text Example
White with #FF3EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EB4; }
p { color: rgb(255,62,180); }
H1.HeaderClassName
{
color: #FF3EB4;
}
.AnyTagClassName
{
color: #FF3EB4;
}
</style>
background-color css
<style>
a { background-color: #FF3EB4; }
a { background-color: rgb(255,62,180); }
div.DivClassName
{
background-color: #FF3EB4;
}
.BgClassName
{
background-color: #FF3EB4;
}
</style>
border-color css
<style>
span { border-color: #FF3EB4; }
span { border-color: rgb(255,62,180); }
td.TdClassName
{
border-color: #FF3EB4;
}
.TagClassName
{
border-color: #FF3EB4;
}
</style>