Shades of Razzle Dazzle Rose #F831CB
Tints of Razzle Dazzle Rose #F831CB
RGB
CMYK
RGB Variations
Color information
#F831CB (or 0xF831CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and CB. RGB value is (248,49,203). Sum of RGB (Red+Green+Blue) = 248+49+203=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F831CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831CB is #07CE34. Grayscale: #7D7D7D. Windows color (decimal): -511541 or 13316600. OLE color: 13316600.
HSL color Cylindrical-coordinate representation of color #F831CB: hue angle of 313.57º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831CB is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 203 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.03 |
| HSL | 313.57º | 0.93% | 0.58% | - |
| HSV(B) | 313.57º | 0.8% | 0.97% | - |
| XYZ | 50.59 | 26.46 | 58.94 | - |
| YUV | 126.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 203 | 0 | 0.80 | 0.18 | 0.03 | 313.57 | 0.93 | 0.58 |
| Hex | F8 | 31 | CB | 0 | 50 | 12 | 3 | 13A | 5D | 3A |
| Octal | 370 | 61 | 313 | 0 | 120 | 22 | 3 | 472 | 135 | 72 |
| Binary | 11111000 | 110001 | 11001011 | 0 | 1010000 | 10010 | 11 | 100111010 | 1011101 | 111010 |
Color Harmonies of #F831CB
Complementary color
Monochromatic Colors of #F831CB
Black with #F831CB
Text Example
Text Example
White with #F831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831CB; }
p { color: rgb(248,49,203); }
H1.HeaderClassName
{
color: #F831CB;
}
.AnyTagClassName
{
color: #F831CB;
}
</style>
background-color css
<style>
a { background-color: #F831CB; }
a { background-color: rgb(248,49,203); }
div.DivClassName
{
background-color: #F831CB;
}
.BgClassName
{
background-color: #F831CB;
}
</style>
border-color css
<style>
span { border-color: #F831CB; }
span { border-color: rgb(248,49,203); }
td.TdClassName
{
border-color: #F831CB;
}
.TagClassName
{
border-color: #F831CB;
}
</style>