Shades of Razzle Dazzle Rose #FB42BD
Tints of Razzle Dazzle Rose #FB42BD
RGB
CMYK
RGB Variations
Color information
#FB42BD (or 0xFB42BD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and BD. RGB value is (251,66,189). Sum of RGB (Red+Green+Blue) = 251+66+189=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42BD is #04BD42. Grayscale: #878787. Windows color (decimal): -310595 or 12403451. OLE color: 12403451.
HSL color Cylindrical-coordinate representation of color #FB42BD: hue angle of 320.11º 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 #FB42BD is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 189 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.02 |
| HSL | 320.11º | 0.96% | 0.62% | - |
| HSV(B) | 320.11º | 0.74% | 0.98% | - |
| XYZ | 50.92 | 28.08 | 50.88 | - |
| YUV | 135.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 189 | 0 | 0.74 | 0.25 | 0.02 | 320.11 | 0.96 | 0.62 |
| Hex | FB | 42 | BD | 0 | 4A | 19 | 2 | 140 | 60 | 3E |
| Octal | 373 | 102 | 275 | 0 | 112 | 31 | 2 | 500 | 140 | 76 |
| Binary | 11111011 | 1000010 | 10111101 | 0 | 1001010 | 11001 | 10 | 101000000 | 1100000 | 111110 |
Color Harmonies of #FB42BD
Complementary color
Monochromatic Colors of #FB42BD
Black with #FB42BD
Text Example
Text Example
White with #FB42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42BD; }
p { color: rgb(251,66,189); }
H1.HeaderClassName
{
color: #FB42BD;
}
.AnyTagClassName
{
color: #FB42BD;
}
</style>
background-color css
<style>
a { background-color: #FB42BD; }
a { background-color: rgb(251,66,189); }
div.DivClassName
{
background-color: #FB42BD;
}
.BgClassName
{
background-color: #FB42BD;
}
</style>
border-color css
<style>
span { border-color: #FB42BD; }
span { border-color: rgb(251,66,189); }
td.TdClassName
{
border-color: #FB42BD;
}
.TagClassName
{
border-color: #FB42BD;
}
</style>