Shades of Razzle Dazzle Rose #FB25DF
Tints of Razzle Dazzle Rose #FB25DF
RGB
CMYK
RGB Variations
Color information
#FB25DF (or 0xFB25DF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and DF. RGB value is (251,37,223). Sum of RGB (Red+Green+Blue) = 251+37+223=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25DF is #04DA20. Grayscale: #797979. Windows color (decimal): -317985 or 14624251. OLE color: 14624251.
HSL color Cylindrical-coordinate representation of color #FB25DF: hue angle of 307.85º 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 #FB25DF is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 223 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.02 |
| HSL | 307.85º | 0.96% | 0.56% | - |
| HSV(B) | 307.85º | 0.85% | 0.98% | - |
| XYZ | 53.76 | 27.16 | 72.22 | - |
| YUV | 122.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 223 | 0 | 0.85 | 0.11 | 0.02 | 307.85 | 0.96 | 0.56 |
| Hex | FB | 25 | DF | 0 | 55 | B | 2 | 134 | 60 | 38 |
| Octal | 373 | 45 | 337 | 0 | 125 | 13 | 2 | 464 | 140 | 70 |
| Binary | 11111011 | 100101 | 11011111 | 0 | 1010101 | 1011 | 10 | 100110100 | 1100000 | 111000 |
Color Harmonies of #FB25DF
Complementary color
Monochromatic Colors of #FB25DF
Black with #FB25DF
Text Example
Text Example
White with #FB25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25DF; }
p { color: rgb(251,37,223); }
H1.HeaderClassName
{
color: #FB25DF;
}
.AnyTagClassName
{
color: #FB25DF;
}
</style>
background-color css
<style>
a { background-color: #FB25DF; }
a { background-color: rgb(251,37,223); }
div.DivClassName
{
background-color: #FB25DF;
}
.BgClassName
{
background-color: #FB25DF;
}
</style>
border-color css
<style>
span { border-color: #FB25DF; }
span { border-color: rgb(251,37,223); }
td.TdClassName
{
border-color: #FB25DF;
}
.TagClassName
{
border-color: #FB25DF;
}
</style>