Shades of Razzle Dazzle Rose #FA1BE3
Tints of Razzle Dazzle Rose #FA1BE3
RGB
CMYK
RGB Variations
Color information
#FA1BE3 (or 0xFA1BE3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1B and E3. RGB value is (250,27,227). Sum of RGB (Red+Green+Blue) = 250+27+227=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BE3 is #05E41C. Grayscale: #737373. Windows color (decimal): -386077 or 14883834. OLE color: 14883834.
HSL color Cylindrical-coordinate representation of color #FA1BE3: hue angle of 306.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BE3 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 227 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.02 |
| HSL | 306.19º | 0.96% | 0.54% | - |
| HSV(B) | 306.19º | 0.89% | 0.98% | - |
| XYZ | 53.68 | 26.65 | 74.99 | - |
| YUV | 116.48 | 190.38 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 227 | 0 | 0.89 | 0.09 | 0.02 | 306.19 | 0.96 | 0.54 |
| Hex | FA | 1B | E3 | 0 | 59 | 9 | 2 | 132 | 60 | 36 |
| Octal | 372 | 33 | 343 | 0 | 131 | 11 | 2 | 462 | 140 | 66 |
| Binary | 11111010 | 11011 | 11100011 | 0 | 1011001 | 1001 | 10 | 100110010 | 1100000 | 110110 |
Color Harmonies of #FA1BE3
Complementary color
Monochromatic Colors of #FA1BE3
Black with #FA1BE3
Text Example
Text Example
White with #FA1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BE3; }
p { color: rgb(250,27,227); }
H1.HeaderClassName
{
color: #FA1BE3;
}
.AnyTagClassName
{
color: #FA1BE3;
}
</style>
background-color css
<style>
a { background-color: #FA1BE3; }
a { background-color: rgb(250,27,227); }
div.DivClassName
{
background-color: #FA1BE3;
}
.BgClassName
{
background-color: #FA1BE3;
}
</style>
border-color css
<style>
span { border-color: #FA1BE3; }
span { border-color: rgb(250,27,227); }
td.TdClassName
{
border-color: #FA1BE3;
}
.TagClassName
{
border-color: #FA1BE3;
}
</style>