Shades of Razzle Dazzle Rose #FB4ACF
Tints of Razzle Dazzle Rose #FB4ACF
RGB
CMYK
RGB Variations
Color information
#FB4ACF (or 0xFB4ACF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and CF. RGB value is (251,74,207). Sum of RGB (Red+Green+Blue) = 251+74+207=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ACF is #04B530. Grayscale: #8D8D8D. Windows color (decimal): -308529 or 13585147. OLE color: 13585147.
HSL color Cylindrical-coordinate representation of color #FB4ACF: hue angle of 314.92º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4ACF is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 207 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.02 |
| HSL | 314.92º | 0.96% | 0.64% | - |
| HSV(B) | 314.92º | 0.71% | 0.98% | - |
| XYZ | 53.49 | 29.91 | 61.99 | - |
| YUV | 142.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 207 | 0 | 0.71 | 0.18 | 0.02 | 314.92 | 0.96 | 0.64 |
| Hex | FB | 4A | CF | 0 | 47 | 12 | 2 | 13B | 60 | 40 |
| Octal | 373 | 112 | 317 | 0 | 107 | 22 | 2 | 473 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11001111 | 0 | 1000111 | 10010 | 10 | 100111011 | 1100000 | 1000000 |
Color Harmonies of #FB4ACF
Complementary color
Monochromatic Colors of #FB4ACF
Black with #FB4ACF
Text Example
Text Example
White with #FB4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ACF; }
p { color: rgb(251,74,207); }
H1.HeaderClassName
{
color: #FB4ACF;
}
.AnyTagClassName
{
color: #FB4ACF;
}
</style>
background-color css
<style>
a { background-color: #FB4ACF; }
a { background-color: rgb(251,74,207); }
div.DivClassName
{
background-color: #FB4ACF;
}
.BgClassName
{
background-color: #FB4ACF;
}
</style>
border-color css
<style>
span { border-color: #FB4ACF; }
span { border-color: rgb(251,74,207); }
td.TdClassName
{
border-color: #FB4ACF;
}
.TagClassName
{
border-color: #FB4ACF;
}
</style>