Shades of Razzle Dazzle Rose #F827DB
Tints of Razzle Dazzle Rose #F827DB
RGB
CMYK
RGB Variations
Color information
#F827DB (or 0xF827DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and DB. RGB value is (248,39,219). Sum of RGB (Red+Green+Blue) = 248+39+219=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F827DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827DB is #07D824. Grayscale: #797979. Windows color (decimal): -514085 or 14362616. OLE color: 14362616.
HSL color Cylindrical-coordinate representation of color #F827DB: hue angle of 308.33º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F827DB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.03 |
| HSL | 308.33º | 0.94% | 0.56% | - |
| HSV(B) | 308.33º | 0.84% | 0.97% | - |
| XYZ | 52.22 | 26.52 | 69.38 | - |
| YUV | 122.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 219 | 0 | 0.84 | 0.12 | 0.03 | 308.33 | 0.94 | 0.56 |
| Hex | F8 | 27 | DB | 0 | 54 | C | 3 | 134 | 5E | 38 |
| Octal | 370 | 47 | 333 | 0 | 124 | 14 | 3 | 464 | 136 | 70 |
| Binary | 11111000 | 100111 | 11011011 | 0 | 1010100 | 1100 | 11 | 100110100 | 1011110 | 111000 |
Color Harmonies of #F827DB
Complementary color
Monochromatic Colors of #F827DB
Black with #F827DB
Text Example
Text Example
White with #F827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827DB; }
p { color: rgb(248,39,219); }
H1.HeaderClassName
{
color: #F827DB;
}
.AnyTagClassName
{
color: #F827DB;
}
</style>
background-color css
<style>
a { background-color: #F827DB; }
a { background-color: rgb(248,39,219); }
div.DivClassName
{
background-color: #F827DB;
}
.BgClassName
{
background-color: #F827DB;
}
</style>
border-color css
<style>
span { border-color: #F827DB; }
span { border-color: rgb(248,39,219); }
td.TdClassName
{
border-color: #F827DB;
}
.TagClassName
{
border-color: #F827DB;
}
</style>