Shades of Razzle Dazzle Rose #F928EE
Tints of Razzle Dazzle Rose #F928EE
RGB
CMYK
RGB Variations
Color information
#F928EE (or 0xF928EE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 28 and EE. RGB value is (249,40,238). Sum of RGB (Red+Green+Blue) = 249+40+238=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F928EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F928EE is #06D711. Grayscale: #7C7C7C. Windows color (decimal): -448274 or 15608057. OLE color: 15608057.
HSL color Cylindrical-coordinate representation of color #F928EE: hue angle of 303.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928EE is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 238 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.02 |
| HSL | 303.16º | 0.95% | 0.57% | - |
| HSV(B) | 303.16º | 0.84% | 0.98% | - |
| XYZ | 55.26 | 27.83 | 83.35 | - |
| YUV | 125.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 238 | 0 | 0.84 | 0.04 | 0.02 | 303.16 | 0.95 | 0.57 |
| Hex | F9 | 28 | EE | 0 | 54 | 4 | 2 | 12F | 5F | 39 |
| Octal | 371 | 50 | 356 | 0 | 124 | 4 | 2 | 457 | 137 | 71 |
| Binary | 11111001 | 101000 | 11101110 | 0 | 1010100 | 100 | 10 | 100101111 | 1011111 | 111001 |
Color Harmonies of #F928EE
Complementary color
Monochromatic Colors of #F928EE
Black with #F928EE
Text Example
Text Example
White with #F928EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928EE; }
p { color: rgb(249,40,238); }
H1.HeaderClassName
{
color: #F928EE;
}
.AnyTagClassName
{
color: #F928EE;
}
</style>
background-color css
<style>
a { background-color: #F928EE; }
a { background-color: rgb(249,40,238); }
div.DivClassName
{
background-color: #F928EE;
}
.BgClassName
{
background-color: #F928EE;
}
</style>
border-color css
<style>
span { border-color: #F928EE; }
span { border-color: rgb(249,40,238); }
td.TdClassName
{
border-color: #F928EE;
}
.TagClassName
{
border-color: #F928EE;
}
</style>