Shades of Razzle Dazzle Rose #F833FA
Tints of Razzle Dazzle Rose #F833FA
RGB
CMYK
RGB Variations
Color information
#F833FA (or 0xF833FA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and FA. RGB value is (248,51,250). Sum of RGB (Red+Green+Blue) = 248+51+250=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 51 (20.31% from 255 or 9.29% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #F833FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833FA is #07CC05. Grayscale: #838383. Windows color (decimal): -510982 or 16397304. OLE color: 16397304.
HSL color Cylindrical-coordinate representation of color #F833FA: hue angle of 299.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F833FA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 51 | 250 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.02 |
| HSL | 299.4º | 0.95% | 0.59% | - |
| HSV(B) | 299.4º | 0.8% | 0.98% | - |
| XYZ | 57.15 | 29.23 | 93.07 | - |
| YUV | 132.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 250 | 0.01 | 0.80 | 0 | 0.02 | 299.4 | 0.95 | 0.59 |
| Hex | F8 | 33 | FA | 1 | 50 | 0 | 2 | 12B | 5F | 3B |
| Octal | 370 | 63 | 372 | 1 | 120 | 0 | 2 | 453 | 137 | 73 |
| Binary | 11111000 | 110011 | 11111010 | 1 | 1010000 | 0 | 10 | 100101011 | 1011111 | 111011 |
Color Harmonies of #F833FA
Complementary color
Monochromatic Colors of #F833FA
Black with #F833FA
Text Example
Text Example
White with #F833FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833FA; }
p { color: rgb(248,51,250); }
H1.HeaderClassName
{
color: #F833FA;
}
.AnyTagClassName
{
color: #F833FA;
}
</style>
background-color css
<style>
a { background-color: #F833FA; }
a { background-color: rgb(248,51,250); }
div.DivClassName
{
background-color: #F833FA;
}
.BgClassName
{
background-color: #F833FA;
}
</style>
border-color css
<style>
span { border-color: #F833FA; }
span { border-color: rgb(248,51,250); }
td.TdClassName
{
border-color: #F833FA;
}
.TagClassName
{
border-color: #F833FA;
}
</style>