Shades of Razzle Dazzle Rose #F82BBD
Tints of Razzle Dazzle Rose #F82BBD
RGB
CMYK
RGB Variations
Color information
#F82BBD (or 0xF82BBD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2B and BD. RGB value is (248,43,189). Sum of RGB (Red+Green+Blue) = 248+43+189=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F82BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82BBD is #07D442. Grayscale: #787878. Windows color (decimal): -513091 or 12397560. OLE color: 12397560.
HSL color Cylindrical-coordinate representation of color #F82BBD: hue angle of 317.27º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82BBD is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 43 | 189 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.03 |
| HSL | 317.27º | 0.94% | 0.57% | - |
| HSV(B) | 317.27º | 0.83% | 0.97% | - |
| XYZ | 48.76 | 25.36 | 50.47 | - |
| YUV | 120.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 43 | 189 | 0 | 0.83 | 0.24 | 0.03 | 317.27 | 0.94 | 0.57 |
| Hex | F8 | 2B | BD | 0 | 53 | 18 | 3 | 13D | 5E | 39 |
| Octal | 370 | 53 | 275 | 0 | 123 | 30 | 3 | 475 | 136 | 71 |
| Binary | 11111000 | 101011 | 10111101 | 0 | 1010011 | 11000 | 11 | 100111101 | 1011110 | 111001 |
Color Harmonies of #F82BBD
Complementary color
Monochromatic Colors of #F82BBD
Black with #F82BBD
Text Example
Text Example
White with #F82BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82BBD; }
p { color: rgb(248,43,189); }
H1.HeaderClassName
{
color: #F82BBD;
}
.AnyTagClassName
{
color: #F82BBD;
}
</style>
background-color css
<style>
a { background-color: #F82BBD; }
a { background-color: rgb(248,43,189); }
div.DivClassName
{
background-color: #F82BBD;
}
.BgClassName
{
background-color: #F82BBD;
}
</style>
border-color css
<style>
span { border-color: #F82BBD; }
span { border-color: rgb(248,43,189); }
td.TdClassName
{
border-color: #F82BBD;
}
.TagClassName
{
border-color: #F82BBD;
}
</style>