Shades of Razzle Dazzle Rose #F830BC
Tints of Razzle Dazzle Rose #F830BC
RGB
CMYK
RGB Variations
Color information
#F830BC (or 0xF830BC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and BC. RGB value is (248,48,188). Sum of RGB (Red+Green+Blue) = 248+48+188=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F830BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830BC is #07CF43. Grayscale: #7B7B7B. Windows color (decimal): -511812 or 12333304. OLE color: 12333304.
HSL color Cylindrical-coordinate representation of color #F830BC: hue angle of 318º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830BC is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 188 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.03 |
| HSL | 318º | 0.93% | 0.58% | - |
| HSV(B) | 318º | 0.81% | 0.97% | - |
| XYZ | 48.85 | 25.7 | 49.96 | - |
| YUV | 123.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 188 | 0 | 0.81 | 0.24 | 0.03 | 318 | 0.93 | 0.58 |
| Hex | F8 | 30 | BC | 0 | 51 | 18 | 3 | 13E | 5D | 3A |
| Octal | 370 | 60 | 274 | 0 | 121 | 30 | 3 | 476 | 135 | 72 |
| Binary | 11111000 | 110000 | 10111100 | 0 | 1010001 | 11000 | 11 | 100111110 | 1011101 | 111010 |
Color Harmonies of #F830BC
Complementary color
Monochromatic Colors of #F830BC
Black with #F830BC
Text Example
Text Example
White with #F830BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830BC; }
p { color: rgb(248,48,188); }
H1.HeaderClassName
{
color: #F830BC;
}
.AnyTagClassName
{
color: #F830BC;
}
</style>
background-color css
<style>
a { background-color: #F830BC; }
a { background-color: rgb(248,48,188); }
div.DivClassName
{
background-color: #F830BC;
}
.BgClassName
{
background-color: #F830BC;
}
</style>
border-color css
<style>
span { border-color: #F830BC; }
span { border-color: rgb(248,48,188); }
td.TdClassName
{
border-color: #F830BC;
}
.TagClassName
{
border-color: #F830BC;
}
</style>