Shades of Razzle Dazzle Rose #FB2FE5
Tints of Razzle Dazzle Rose #FB2FE5
RGB
CMYK
RGB Variations
Color information
#FB2FE5 (or 0xFB2FE5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2F and E5. RGB value is (251,47,229). Sum of RGB (Red+Green+Blue) = 251+47+229=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2FE5 is #04D01A. Grayscale: #808080. Windows color (decimal): -315419 or 15020027. OLE color: 15020027.
HSL color Cylindrical-coordinate representation of color #FB2FE5: hue angle of 306.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2FE5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 229 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.02 |
| HSL | 306.47º | 0.96% | 0.58% | - |
| HSV(B) | 306.47º | 0.81% | 0.98% | - |
| XYZ | 54.94 | 28.2 | 76.68 | - |
| YUV | 128.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 229 | 0 | 0.81 | 0.09 | 0.02 | 306.47 | 0.96 | 0.58 |
| Hex | FB | 2F | E5 | 0 | 51 | 9 | 2 | 132 | 60 | 3A |
| Octal | 373 | 57 | 345 | 0 | 121 | 11 | 2 | 462 | 140 | 72 |
| Binary | 11111011 | 101111 | 11100101 | 0 | 1010001 | 1001 | 10 | 100110010 | 1100000 | 111010 |
Color Harmonies of #FB2FE5
Complementary color
Monochromatic Colors of #FB2FE5
Black with #FB2FE5
Text Example
Text Example
White with #FB2FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FE5; }
p { color: rgb(251,47,229); }
H1.HeaderClassName
{
color: #FB2FE5;
}
.AnyTagClassName
{
color: #FB2FE5;
}
</style>
background-color css
<style>
a { background-color: #FB2FE5; }
a { background-color: rgb(251,47,229); }
div.DivClassName
{
background-color: #FB2FE5;
}
.BgClassName
{
background-color: #FB2FE5;
}
</style>
border-color css
<style>
span { border-color: #FB2FE5; }
span { border-color: rgb(251,47,229); }
td.TdClassName
{
border-color: #FB2FE5;
}
.TagClassName
{
border-color: #FB2FE5;
}
</style>