Shades of Razzle Dazzle Rose #F92FE5
Tints of Razzle Dazzle Rose #F92FE5
RGB
CMYK
RGB Variations
Color information
#F92FE5 (or 0xF92FE5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and E5. RGB value is (249,47,229). Sum of RGB (Red+Green+Blue) = 249+47+229=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FE5 is #06D01A. Grayscale: #7F7F7F. Windows color (decimal): -446491 or 15020025. OLE color: 15020025.
HSL color Cylindrical-coordinate representation of color #F92FE5: hue angle of 305.94º degrees, saturation: 0.94, 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 #F92FE5 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 229 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.02 |
| HSL | 305.94º | 0.94% | 0.58% | - |
| HSV(B) | 305.94º | 0.81% | 0.98% | - |
| XYZ | 54.23 | 27.83 | 76.64 | - |
| YUV | 128.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 229 | 0 | 0.81 | 0.08 | 0.02 | 305.94 | 0.94 | 0.58 |
| Hex | F9 | 2F | E5 | 0 | 51 | 8 | 2 | 132 | 5E | 3A |
| Octal | 371 | 57 | 345 | 0 | 121 | 10 | 2 | 462 | 136 | 72 |
| Binary | 11111001 | 101111 | 11100101 | 0 | 1010001 | 1000 | 10 | 100110010 | 1011110 | 111010 |
Color Harmonies of #F92FE5
Complementary color
Monochromatic Colors of #F92FE5
Black with #F92FE5
Text Example
Text Example
White with #F92FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FE5; }
p { color: rgb(249,47,229); }
H1.HeaderClassName
{
color: #F92FE5;
}
.AnyTagClassName
{
color: #F92FE5;
}
</style>
background-color css
<style>
a { background-color: #F92FE5; }
a { background-color: rgb(249,47,229); }
div.DivClassName
{
background-color: #F92FE5;
}
.BgClassName
{
background-color: #F92FE5;
}
</style>
border-color css
<style>
span { border-color: #F92FE5; }
span { border-color: rgb(249,47,229); }
td.TdClassName
{
border-color: #F92FE5;
}
.TagClassName
{
border-color: #F92FE5;
}
</style>