Shades of Razzle Dazzle Rose #F941C8
Tints of Razzle Dazzle Rose #F941C8
RGB
CMYK
RGB Variations
Color information
#F941C8 (or 0xF941C8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 41 and C8. RGB value is (249,65,200). Sum of RGB (Red+Green+Blue) = 249+65+200=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F941C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F941C8 is #06BE37. Grayscale: #878787. Windows color (decimal): -441912 or 13124089. OLE color: 13124089.
HSL color Cylindrical-coordinate representation of color #F941C8: hue angle of 315.98º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941C8 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 200 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.02 |
| HSL | 315.98º | 0.94% | 0.62% | - |
| HSV(B) | 315.98º | 0.74% | 0.98% | - |
| XYZ | 51.38 | 28.09 | 57.36 | - |
| YUV | 135.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 200 | 0 | 0.74 | 0.20 | 0.02 | 315.98 | 0.94 | 0.62 |
| Hex | F9 | 41 | C8 | 0 | 4A | 14 | 2 | 13C | 5E | 3E |
| Octal | 371 | 101 | 310 | 0 | 112 | 24 | 2 | 474 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11001000 | 0 | 1001010 | 10100 | 10 | 100111100 | 1011110 | 111110 |
Color Harmonies of #F941C8
Complementary color
Monochromatic Colors of #F941C8
Black with #F941C8
Text Example
Text Example
White with #F941C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941C8; }
p { color: rgb(249,65,200); }
H1.HeaderClassName
{
color: #F941C8;
}
.AnyTagClassName
{
color: #F941C8;
}
</style>
background-color css
<style>
a { background-color: #F941C8; }
a { background-color: rgb(249,65,200); }
div.DivClassName
{
background-color: #F941C8;
}
.BgClassName
{
background-color: #F941C8;
}
</style>
border-color css
<style>
span { border-color: #F941C8; }
span { border-color: rgb(249,65,200); }
td.TdClassName
{
border-color: #F941C8;
}
.TagClassName
{
border-color: #F941C8;
}
</style>