Shades of Razzle Dazzle Rose #FB42DF
Tints of Razzle Dazzle Rose #FB42DF
RGB
CMYK
RGB Variations
Color information
#FB42DF (or 0xFB42DF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and DF. RGB value is (251,66,223). Sum of RGB (Red+Green+Blue) = 251+66+223=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 66 (26.17% from 255 or 12.22% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42DF is #04BD20. Grayscale: #8A8A8A. Windows color (decimal): -310561 or 14631675. OLE color: 14631675.
HSL color Cylindrical-coordinate representation of color #FB42DF: hue angle of 309.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB42DF is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 223 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.02 |
| HSL | 309.08º | 0.96% | 0.62% | - |
| HSV(B) | 309.08º | 0.74% | 0.98% | - |
| XYZ | 55.05 | 29.73 | 72.65 | - |
| YUV | 139.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 223 | 0 | 0.74 | 0.11 | 0.02 | 309.08 | 0.96 | 0.62 |
| Hex | FB | 42 | DF | 0 | 4A | B | 2 | 135 | 60 | 3E |
| Octal | 373 | 102 | 337 | 0 | 112 | 13 | 2 | 465 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11011111 | 0 | 1001010 | 1011 | 10 | 100110101 | 1100000 | 111110 |
Color Harmonies of #FB42DF
Complementary color
Monochromatic Colors of #FB42DF
Black with #FB42DF
Text Example
Text Example
White with #FB42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42DF; }
p { color: rgb(251,66,223); }
H1.HeaderClassName
{
color: #FB42DF;
}
.AnyTagClassName
{
color: #FB42DF;
}
</style>
background-color css
<style>
a { background-color: #FB42DF; }
a { background-color: rgb(251,66,223); }
div.DivClassName
{
background-color: #FB42DF;
}
.BgClassName
{
background-color: #FB42DF;
}
</style>
border-color css
<style>
span { border-color: #FB42DF; }
span { border-color: rgb(251,66,223); }
td.TdClassName
{
border-color: #FB42DF;
}
.TagClassName
{
border-color: #FB42DF;
}
</style>