Shades of Razzle Dazzle Rose #FB25C1
Tints of Razzle Dazzle Rose #FB25C1
RGB
CMYK
RGB Variations
Color information
#FB25C1 (or 0xFB25C1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and C1. RGB value is (251,37,193). Sum of RGB (Red+Green+Blue) = 251+37+193=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25C1 is #04DA3E. Grayscale: #767676. Windows color (decimal): -318015 or 12658171. OLE color: 12658171.
HSL color Cylindrical-coordinate representation of color #FB25C1: hue angle of 316.26º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25C1 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 193 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.02 |
| HSL | 316.26º | 0.96% | 0.56% | - |
| HSV(B) | 316.26º | 0.85% | 0.98% | - |
| XYZ | 50.07 | 25.68 | 52.77 | - |
| YUV | 118.77 | 169.9 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 193 | 0 | 0.85 | 0.23 | 0.02 | 316.26 | 0.96 | 0.56 |
| Hex | FB | 25 | C1 | 0 | 55 | 17 | 2 | 13C | 60 | 38 |
| Octal | 373 | 45 | 301 | 0 | 125 | 27 | 2 | 474 | 140 | 70 |
| Binary | 11111011 | 100101 | 11000001 | 0 | 1010101 | 10111 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FB25C1
Complementary color
Monochromatic Colors of #FB25C1
Black with #FB25C1
Text Example
Text Example
White with #FB25C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25C1; }
p { color: rgb(251,37,193); }
H1.HeaderClassName
{
color: #FB25C1;
}
.AnyTagClassName
{
color: #FB25C1;
}
</style>
background-color css
<style>
a { background-color: #FB25C1; }
a { background-color: rgb(251,37,193); }
div.DivClassName
{
background-color: #FB25C1;
}
.BgClassName
{
background-color: #FB25C1;
}
</style>
border-color css
<style>
span { border-color: #FB25C1; }
span { border-color: rgb(251,37,193); }
td.TdClassName
{
border-color: #FB25C1;
}
.TagClassName
{
border-color: #FB25C1;
}
</style>