Shades of Persian Rose #FF35B2
Tints of Persian Rose #FF35B2
RGB
CMYK
RGB Variations
Color information
#FF35B2 (or 0xFF35B2) is known color: Persian Rose. HEX triplet: FF, 35 and B2. RGB value is (255,53,178). Sum of RGB (Red+Green+Blue) = 255+53+178=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF35B2 is #00CA4D. Grayscale: #7F7F7F. Windows color (decimal): -51790 or 11679231. OLE color: 11679231.
HSL color Cylindrical-coordinate representation of color #FF35B2: hue angle of 322.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35B2 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 178 | - |
| CMYK | 0 | 0.79 | 0.30 | 0 |
| HSL | 322.87º | 1% | 0.6% | - |
| HSV(B) | 322.87º | 0.79% | 1% | - |
| XYZ | 50.55 | 27.02 | 44.67 | - |
| YUV | 127.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 178 | 0 | 0.79 | 0.30 | 0 | 322.87 | 1 | 0.6 |
| Hex | FF | 35 | B2 | 0 | 4F | 1E | 0 | 143 | 64 | 3C |
| Octal | 377 | 65 | 262 | 0 | 117 | 36 | 0 | 503 | 144 | 74 |
| Binary | 11111111 | 110101 | 10110010 | 0 | 1001111 | 11110 | 0 | 101000011 | 1100100 | 111100 |
Color Harmonies of #FF35B2
Complementary color
Monochromatic Colors of #FF35B2
Black with #FF35B2
Text Example
Text Example
White with #FF35B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF35B2; }
p { color: rgb(255,53,178); }
H1.HeaderClassName
{
color: #FF35B2;
}
.AnyTagClassName
{
color: #FF35B2;
}
</style>
background-color css
<style>
a { background-color: #FF35B2; }
a { background-color: rgb(255,53,178); }
div.DivClassName
{
background-color: #FF35B2;
}
.BgClassName
{
background-color: #FF35B2;
}
</style>
border-color css
<style>
span { border-color: #FF35B2; }
span { border-color: rgb(255,53,178); }
td.TdClassName
{
border-color: #FF35B2;
}
.TagClassName
{
border-color: #FF35B2;
}
</style>