Shades of Razzle Dazzle Rose #FA2FB8
Tints of Razzle Dazzle Rose #FA2FB8
RGB
CMYK
RGB Variations
Color information
#FA2FB8 (or 0xFA2FB8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and B8. RGB value is (250,47,184). Sum of RGB (Red+Green+Blue) = 250+47+184=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FB8 is #05D047. Grayscale: #7A7A7A. Windows color (decimal): -381000 or 12070906. OLE color: 12070906.
HSL color Cylindrical-coordinate representation of color #FA2FB8: hue angle of 319.51º 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 #FA2FB8 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 184 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.02 |
| HSL | 319.51º | 0.95% | 0.58% | - |
| HSV(B) | 319.51º | 0.81% | 0.98% | - |
| XYZ | 49.09 | 25.82 | 47.74 | - |
| YUV | 123.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 184 | 0 | 0.81 | 0.26 | 0.02 | 319.51 | 0.95 | 0.58 |
| Hex | FA | 2F | B8 | 0 | 51 | 1A | 2 | 140 | 5F | 3A |
| Octal | 372 | 57 | 270 | 0 | 121 | 32 | 2 | 500 | 137 | 72 |
| Binary | 11111010 | 101111 | 10111000 | 0 | 1010001 | 11010 | 10 | 101000000 | 1011111 | 111010 |
Color Harmonies of #FA2FB8
Complementary color
Monochromatic Colors of #FA2FB8
Black with #FA2FB8
Text Example
Text Example
White with #FA2FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FB8; }
p { color: rgb(250,47,184); }
H1.HeaderClassName
{
color: #FA2FB8;
}
.AnyTagClassName
{
color: #FA2FB8;
}
</style>
background-color css
<style>
a { background-color: #FA2FB8; }
a { background-color: rgb(250,47,184); }
div.DivClassName
{
background-color: #FA2FB8;
}
.BgClassName
{
background-color: #FA2FB8;
}
</style>
border-color css
<style>
span { border-color: #FA2FB8; }
span { border-color: rgb(250,47,184); }
td.TdClassName
{
border-color: #FA2FB8;
}
.TagClassName
{
border-color: #FA2FB8;
}
</style>