Shades of Razzle Dazzle Rose #F841BC
Tints of Razzle Dazzle Rose #F841BC
RGB
CMYK
RGB Variations
Color information
#F841BC (or 0xF841BC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and BC. RGB value is (248,65,188). Sum of RGB (Red+Green+Blue) = 248+65+188=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F841BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841BC is #07BE43. Grayscale: #858585. Windows color (decimal): -507460 or 12337656. OLE color: 12337656.
HSL color Cylindrical-coordinate representation of color #F841BC: hue angle of 319.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841BC is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 188 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.03 |
| HSL | 319.67º | 0.93% | 0.61% | - |
| HSV(B) | 319.67º | 0.74% | 0.97% | - |
| XYZ | 49.68 | 27.37 | 50.24 | - |
| YUV | 133.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 188 | 0 | 0.74 | 0.24 | 0.03 | 319.67 | 0.93 | 0.61 |
| Hex | F8 | 41 | BC | 0 | 4A | 18 | 3 | 140 | 5D | 3D |
| Octal | 370 | 101 | 274 | 0 | 112 | 30 | 3 | 500 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10111100 | 0 | 1001010 | 11000 | 11 | 101000000 | 1011101 | 111101 |
Color Harmonies of #F841BC
Complementary color
Monochromatic Colors of #F841BC
Black with #F841BC
Text Example
Text Example
White with #F841BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841BC; }
p { color: rgb(248,65,188); }
H1.HeaderClassName
{
color: #F841BC;
}
.AnyTagClassName
{
color: #F841BC;
}
</style>
background-color css
<style>
a { background-color: #F841BC; }
a { background-color: rgb(248,65,188); }
div.DivClassName
{
background-color: #F841BC;
}
.BgClassName
{
background-color: #F841BC;
}
</style>
border-color css
<style>
span { border-color: #F841BC; }
span { border-color: rgb(248,65,188); }
td.TdClassName
{
border-color: #F841BC;
}
.TagClassName
{
border-color: #F841BC;
}
</style>