Shades of Razzle Dazzle Rose #FA27E5
Tints of Razzle Dazzle Rose #FA27E5
RGB
CMYK
RGB Variations
Color information
#FA27E5 (or 0xFA27E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 27 and E5. RGB value is (250,39,229). Sum of RGB (Red+Green+Blue) = 250+39+229=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27E5 is #05D81A. Grayscale: #7B7B7B. Windows color (decimal): -383003 or 15017978. OLE color: 15017978.
HSL color Cylindrical-coordinate representation of color #FA27E5: hue angle of 305.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA27E5 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 229 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.02 |
| HSL | 305.97º | 0.95% | 0.57% | - |
| HSV(B) | 305.97º | 0.84% | 0.98% | - |
| XYZ | 54.29 | 27.43 | 76.56 | - |
| YUV | 123.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 229 | 0 | 0.84 | 0.08 | 0.02 | 305.97 | 0.95 | 0.57 |
| Hex | FA | 27 | E5 | 0 | 54 | 8 | 2 | 132 | 5F | 39 |
| Octal | 372 | 47 | 345 | 0 | 124 | 10 | 2 | 462 | 137 | 71 |
| Binary | 11111010 | 100111 | 11100101 | 0 | 1010100 | 1000 | 10 | 100110010 | 1011111 | 111001 |
Color Harmonies of #FA27E5
Complementary color
Monochromatic Colors of #FA27E5
Black with #FA27E5
Text Example
Text Example
White with #FA27E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27E5; }
p { color: rgb(250,39,229); }
H1.HeaderClassName
{
color: #FA27E5;
}
.AnyTagClassName
{
color: #FA27E5;
}
</style>
background-color css
<style>
a { background-color: #FA27E5; }
a { background-color: rgb(250,39,229); }
div.DivClassName
{
background-color: #FA27E5;
}
.BgClassName
{
background-color: #FA27E5;
}
</style>
border-color css
<style>
span { border-color: #FA27E5; }
span { border-color: rgb(250,39,229); }
td.TdClassName
{
border-color: #FA27E5;
}
.TagClassName
{
border-color: #FA27E5;
}
</style>