Shades of Persian Rose #FF38B2
Tints of Persian Rose #FF38B2
RGB
CMYK
RGB Variations
Color information
#FF38B2 (or 0xFF38B2) is known color: Persian Rose. HEX triplet: FF, 38 and B2. RGB value is (255,56,178). Sum of RGB (Red+Green+Blue) = 255+56+178=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38B2 is #00C74D. Grayscale: #818181. Windows color (decimal): -51022 or 11679999. OLE color: 11679999.
HSL color Cylindrical-coordinate representation of color #FF38B2: hue angle of 323.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF38B2 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 178 | - |
| CMYK | 0 | 0.78 | 0.30 | 0 |
| HSL | 323.22º | 1% | 0.61% | - |
| HSV(B) | 323.22º | 0.78% | 1% | - |
| XYZ | 50.69 | 27.3 | 44.72 | - |
| YUV | 129.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 178 | 0 | 0.78 | 0.30 | 0 | 323.22 | 1 | 0.61 |
| Hex | FF | 38 | B2 | 0 | 4E | 1E | 0 | 143 | 64 | 3D |
| Octal | 377 | 70 | 262 | 0 | 116 | 36 | 0 | 503 | 144 | 75 |
| Binary | 11111111 | 111000 | 10110010 | 0 | 1001110 | 11110 | 0 | 101000011 | 1100100 | 111101 |
Color Harmonies of #FF38B2
Complementary color
Monochromatic Colors of #FF38B2
Black with #FF38B2
Text Example
Text Example
White with #FF38B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38B2; }
p { color: rgb(255,56,178); }
H1.HeaderClassName
{
color: #FF38B2;
}
.AnyTagClassName
{
color: #FF38B2;
}
</style>
background-color css
<style>
a { background-color: #FF38B2; }
a { background-color: rgb(255,56,178); }
div.DivClassName
{
background-color: #FF38B2;
}
.BgClassName
{
background-color: #FF38B2;
}
</style>
border-color css
<style>
span { border-color: #FF38B2; }
span { border-color: rgb(255,56,178); }
td.TdClassName
{
border-color: #FF38B2;
}
.TagClassName
{
border-color: #FF38B2;
}
</style>