Shades of Razzle Dazzle Rose #F826DB
Tints of Razzle Dazzle Rose #F826DB
RGB
CMYK
RGB Variations
Color information
#F826DB (or 0xF826DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 26 and DB. RGB value is (248,38,219). Sum of RGB (Red+Green+Blue) = 248+38+219=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F826DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F826DB is #07D924. Grayscale: #787878. Windows color (decimal): -514341 or 14362360. OLE color: 14362360.
HSL color Cylindrical-coordinate representation of color #F826DB: hue angle of 308.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F826DB is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 219 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.03 |
| HSL | 308.29º | 0.94% | 0.56% | - |
| HSV(B) | 308.29º | 0.85% | 0.97% | - |
| XYZ | 52.19 | 26.46 | 69.37 | - |
| YUV | 121.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 219 | 0 | 0.85 | 0.12 | 0.03 | 308.29 | 0.94 | 0.56 |
| Hex | F8 | 26 | DB | 0 | 55 | C | 3 | 134 | 5E | 38 |
| Octal | 370 | 46 | 333 | 0 | 125 | 14 | 3 | 464 | 136 | 70 |
| Binary | 11111000 | 100110 | 11011011 | 0 | 1010101 | 1100 | 11 | 100110100 | 1011110 | 111000 |
Color Harmonies of #F826DB
Complementary color
Monochromatic Colors of #F826DB
Black with #F826DB
Text Example
Text Example
White with #F826DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826DB; }
p { color: rgb(248,38,219); }
H1.HeaderClassName
{
color: #F826DB;
}
.AnyTagClassName
{
color: #F826DB;
}
</style>
background-color css
<style>
a { background-color: #F826DB; }
a { background-color: rgb(248,38,219); }
div.DivClassName
{
background-color: #F826DB;
}
.BgClassName
{
background-color: #F826DB;
}
</style>
border-color css
<style>
span { border-color: #F826DB; }
span { border-color: rgb(248,38,219); }
td.TdClassName
{
border-color: #F826DB;
}
.TagClassName
{
border-color: #F826DB;
}
</style>