Shades of Persian Rose #FF3FB2
Tints of Persian Rose #FF3FB2
RGB
CMYK
RGB Variations
Color information
#FF3FB2 (or 0xFF3FB2) is known color: Persian Rose. HEX triplet: FF, 3F and B2. RGB value is (255,63,178). Sum of RGB (Red+Green+Blue) = 255+63+178=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FB2 is #00C04D. Grayscale: #858585. Windows color (decimal): -49230 or 11681791. OLE color: 11681791.
HSL color Cylindrical-coordinate representation of color #FF3FB2: hue angle of 324.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FB2 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 178 | - |
| CMYK | 0 | 0.75 | 0.30 | 0 |
| HSL | 324.06º | 1% | 0.62% | - |
| HSV(B) | 324.06º | 0.75% | 1% | - |
| XYZ | 51.05 | 28.03 | 44.84 | - |
| YUV | 133.52 | 153.11 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 178 | 0 | 0.75 | 0.30 | 0 | 324.06 | 1 | 0.62 |
| Hex | FF | 3F | B2 | 0 | 4B | 1E | 0 | 144 | 64 | 3E |
| Octal | 377 | 77 | 262 | 0 | 113 | 36 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111111 | 10110010 | 0 | 1001011 | 11110 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3FB2
Complementary color
Monochromatic Colors of #FF3FB2
Black with #FF3FB2
Text Example
Text Example
White with #FF3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FB2; }
p { color: rgb(255,63,178); }
H1.HeaderClassName
{
color: #FF3FB2;
}
.AnyTagClassName
{
color: #FF3FB2;
}
</style>
background-color css
<style>
a { background-color: #FF3FB2; }
a { background-color: rgb(255,63,178); }
div.DivClassName
{
background-color: #FF3FB2;
}
.BgClassName
{
background-color: #FF3FB2;
}
</style>
border-color css
<style>
span { border-color: #FF3FB2; }
span { border-color: rgb(255,63,178); }
td.TdClassName
{
border-color: #FF3FB2;
}
.TagClassName
{
border-color: #FF3FB2;
}
</style>