Shades of Razzle Dazzle Rose #FB44C1
Tints of Razzle Dazzle Rose #FB44C1
RGB
CMYK
RGB Variations
Color information
#FB44C1 (or 0xFB44C1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 44 and C1. RGB value is (251,68,193). Sum of RGB (Red+Green+Blue) = 251+68+193=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB44C1 is #04BB3E. Grayscale: #888888. Windows color (decimal): -310079 or 12666107. OLE color: 12666107.
HSL color Cylindrical-coordinate representation of color #FB44C1: hue angle of 319.02º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB44C1 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 193 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.02 |
| HSL | 319.02º | 0.96% | 0.63% | - |
| HSV(B) | 319.02º | 0.73% | 0.98% | - |
| XYZ | 51.48 | 28.49 | 53.24 | - |
| YUV | 136.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 193 | 0 | 0.73 | 0.23 | 0.02 | 319.02 | 0.96 | 0.63 |
| Hex | FB | 44 | C1 | 0 | 49 | 17 | 2 | 13F | 60 | 3F |
| Octal | 373 | 104 | 301 | 0 | 111 | 27 | 2 | 477 | 140 | 77 |
| Binary | 11111011 | 1000100 | 11000001 | 0 | 1001001 | 10111 | 10 | 100111111 | 1100000 | 111111 |
Color Harmonies of #FB44C1
Complementary color
Monochromatic Colors of #FB44C1
Black with #FB44C1
Text Example
Text Example
White with #FB44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44C1; }
p { color: rgb(251,68,193); }
H1.HeaderClassName
{
color: #FB44C1;
}
.AnyTagClassName
{
color: #FB44C1;
}
</style>
background-color css
<style>
a { background-color: #FB44C1; }
a { background-color: rgb(251,68,193); }
div.DivClassName
{
background-color: #FB44C1;
}
.BgClassName
{
background-color: #FB44C1;
}
</style>
border-color css
<style>
span { border-color: #FB44C1; }
span { border-color: rgb(251,68,193); }
td.TdClassName
{
border-color: #FB44C1;
}
.TagClassName
{
border-color: #FB44C1;
}
</style>