Shades of Razzle Dazzle Rose #FA2FB9
Tints of Razzle Dazzle Rose #FA2FB9
RGB
CMYK
RGB Variations
Color information
#FA2FB9 (or 0xFA2FB9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and B9. RGB value is (250,47,185). Sum of RGB (Red+Green+Blue) = 250+47+185=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FB9 is #05D046. Grayscale: #7B7B7B. Windows color (decimal): -380999 or 12136442. OLE color: 12136442.
HSL color Cylindrical-coordinate representation of color #FA2FB9: hue angle of 319.21º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FB9 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 185 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.02 |
| HSL | 319.21º | 0.95% | 0.58% | - |
| HSV(B) | 319.21º | 0.81% | 0.98% | - |
| XYZ | 49.2 | 25.86 | 48.3 | - |
| YUV | 123.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 185 | 0 | 0.81 | 0.26 | 0.02 | 319.21 | 0.95 | 0.58 |
| Hex | FA | 2F | B9 | 0 | 51 | 1A | 2 | 13F | 5F | 3A |
| Octal | 372 | 57 | 271 | 0 | 121 | 32 | 2 | 477 | 137 | 72 |
| Binary | 11111010 | 101111 | 10111001 | 0 | 1010001 | 11010 | 10 | 100111111 | 1011111 | 111010 |
Color Harmonies of #FA2FB9
Complementary color
Monochromatic Colors of #FA2FB9
Black with #FA2FB9
Text Example
Text Example
White with #FA2FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FB9; }
p { color: rgb(250,47,185); }
H1.HeaderClassName
{
color: #FA2FB9;
}
.AnyTagClassName
{
color: #FA2FB9;
}
</style>
background-color css
<style>
a { background-color: #FA2FB9; }
a { background-color: rgb(250,47,185); }
div.DivClassName
{
background-color: #FA2FB9;
}
.BgClassName
{
background-color: #FA2FB9;
}
</style>
border-color css
<style>
span { border-color: #FA2FB9; }
span { border-color: rgb(250,47,185); }
td.TdClassName
{
border-color: #FA2FB9;
}
.TagClassName
{
border-color: #FA2FB9;
}
</style>