Shades of Razzle Dazzle Rose #FB25C8
Tints of Razzle Dazzle Rose #FB25C8
RGB
CMYK
RGB Variations
Color information
#FB25C8 (or 0xFB25C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and C8. RGB value is (251,37,200). Sum of RGB (Red+Green+Blue) = 251+37+200=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25C8 is #04DA37. Grayscale: #777777. Windows color (decimal): -318008 or 13116923. OLE color: 13116923.
HSL color Cylindrical-coordinate representation of color #FB25C8: hue angle of 314.3º 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 #FB25C8 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 200 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.02 |
| HSL | 314.3º | 0.96% | 0.56% | - |
| HSV(B) | 314.3º | 0.85% | 0.98% | - |
| XYZ | 50.87 | 26 | 56.98 | - |
| YUV | 119.57 | 173.4 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 200 | 0 | 0.85 | 0.20 | 0.02 | 314.3 | 0.96 | 0.56 |
| Hex | FB | 25 | C8 | 0 | 55 | 14 | 2 | 13A | 60 | 38 |
| Octal | 373 | 45 | 310 | 0 | 125 | 24 | 2 | 472 | 140 | 70 |
| Binary | 11111011 | 100101 | 11001000 | 0 | 1010101 | 10100 | 10 | 100111010 | 1100000 | 111000 |
Color Harmonies of #FB25C8
Complementary color
Monochromatic Colors of #FB25C8
Black with #FB25C8
Text Example
Text Example
White with #FB25C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25C8; }
p { color: rgb(251,37,200); }
H1.HeaderClassName
{
color: #FB25C8;
}
.AnyTagClassName
{
color: #FB25C8;
}
</style>
background-color css
<style>
a { background-color: #FB25C8; }
a { background-color: rgb(251,37,200); }
div.DivClassName
{
background-color: #FB25C8;
}
.BgClassName
{
background-color: #FB25C8;
}
</style>
border-color css
<style>
span { border-color: #FB25C8; }
span { border-color: rgb(251,37,200); }
td.TdClassName
{
border-color: #FB25C8;
}
.TagClassName
{
border-color: #FB25C8;
}
</style>