Shades of Razzle Dazzle Rose #FA3FB8
Tints of Razzle Dazzle Rose #FA3FB8
RGB
CMYK
RGB Variations
Color information
#FA3FB8 (or 0xFA3FB8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and B8. RGB value is (250,63,184). Sum of RGB (Red+Green+Blue) = 250+63+184=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FB8 is #05C047. Grayscale: #848484. Windows color (decimal): -376904 or 12075002. OLE color: 12075002.
HSL color Cylindrical-coordinate representation of color #FA3FB8: hue angle of 321.18º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FB8 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 184 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.02 |
| HSL | 321.18º | 0.95% | 0.61% | - |
| HSV(B) | 321.18º | 0.75% | 0.98% | - |
| XYZ | 49.85 | 27.34 | 48 | - |
| YUV | 132.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 184 | 0 | 0.75 | 0.26 | 0.02 | 321.18 | 0.95 | 0.61 |
| Hex | FA | 3F | B8 | 0 | 4B | 1A | 2 | 141 | 5F | 3D |
| Octal | 372 | 77 | 270 | 0 | 113 | 32 | 2 | 501 | 137 | 75 |
| Binary | 11111010 | 111111 | 10111000 | 0 | 1001011 | 11010 | 10 | 101000001 | 1011111 | 111101 |
Color Harmonies of #FA3FB8
Complementary color
Monochromatic Colors of #FA3FB8
Black with #FA3FB8
Text Example
Text Example
White with #FA3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FB8; }
p { color: rgb(250,63,184); }
H1.HeaderClassName
{
color: #FA3FB8;
}
.AnyTagClassName
{
color: #FA3FB8;
}
</style>
background-color css
<style>
a { background-color: #FA3FB8; }
a { background-color: rgb(250,63,184); }
div.DivClassName
{
background-color: #FA3FB8;
}
.BgClassName
{
background-color: #FA3FB8;
}
</style>
border-color css
<style>
span { border-color: #FA3FB8; }
span { border-color: rgb(250,63,184); }
td.TdClassName
{
border-color: #FA3FB8;
}
.TagClassName
{
border-color: #FA3FB8;
}
</style>