Shades of Razzle Dazzle Rose #F641B8
Tints of Razzle Dazzle Rose #F641B8
RGB
CMYK
RGB Variations
Color information
#F641B8 (or 0xF641B8) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and B8. RGB value is (246,65,184). Sum of RGB (Red+Green+Blue) = 246+65+184=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F641B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641B8 is #09BE47. Grayscale: #848484. Windows color (decimal): -638536 or 12075510. OLE color: 12075510.
HSL color Cylindrical-coordinate representation of color #F641B8: hue angle of 320.55º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641B8 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 184 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.04 |
| HSL | 320.55º | 0.91% | 0.61% | - |
| HSV(B) | 320.55º | 0.74% | 0.96% | - |
| XYZ | 48.55 | 26.83 | 47.97 | - |
| YUV | 132.69 | 156.97 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 184 | 0 | 0.74 | 0.25 | 0.04 | 320.55 | 0.91 | 0.61 |
| Hex | F6 | 41 | B8 | 0 | 4A | 19 | 4 | 141 | 5B | 3D |
| Octal | 366 | 101 | 270 | 0 | 112 | 31 | 4 | 501 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10111000 | 0 | 1001010 | 11001 | 100 | 101000001 | 1011011 | 111101 |
Color Harmonies of #F641B8
Complementary color
Monochromatic Colors of #F641B8
Black with #F641B8
Text Example
Text Example
White with #F641B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641B8; }
p { color: rgb(246,65,184); }
H1.HeaderClassName
{
color: #F641B8;
}
.AnyTagClassName
{
color: #F641B8;
}
</style>
background-color css
<style>
a { background-color: #F641B8; }
a { background-color: rgb(246,65,184); }
div.DivClassName
{
background-color: #F641B8;
}
.BgClassName
{
background-color: #F641B8;
}
</style>
border-color css
<style>
span { border-color: #F641B8; }
span { border-color: rgb(246,65,184); }
td.TdClassName
{
border-color: #F641B8;
}
.TagClassName
{
border-color: #F641B8;
}
</style>