Shades of Razzle Dazzle Rose #F938CF
Tints of Razzle Dazzle Rose #F938CF
RGB
CMYK
RGB Variations
Color information
#F938CF (or 0xF938CF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and CF. RGB value is (249,56,207). Sum of RGB (Red+Green+Blue) = 249+56+207=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F938CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938CF is #06C730. Grayscale: #828282. Windows color (decimal): -444209 or 13580537. OLE color: 13580537.
HSL color Cylindrical-coordinate representation of color #F938CF: hue angle of 313.06º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938CF is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 207 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.02 |
| HSL | 313.06º | 0.94% | 0.6% | - |
| HSV(B) | 313.06º | 0.78% | 0.98% | - |
| XYZ | 51.74 | 27.47 | 61.61 | - |
| YUV | 130.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 207 | 0 | 0.78 | 0.17 | 0.02 | 313.06 | 0.94 | 0.6 |
| Hex | F9 | 38 | CF | 0 | 4E | 11 | 2 | 139 | 5E | 3C |
| Octal | 371 | 70 | 317 | 0 | 116 | 21 | 2 | 471 | 136 | 74 |
| Binary | 11111001 | 111000 | 11001111 | 0 | 1001110 | 10001 | 10 | 100111001 | 1011110 | 111100 |
Color Harmonies of #F938CF
Complementary color
Monochromatic Colors of #F938CF
Black with #F938CF
Text Example
Text Example
White with #F938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938CF; }
p { color: rgb(249,56,207); }
H1.HeaderClassName
{
color: #F938CF;
}
.AnyTagClassName
{
color: #F938CF;
}
</style>
background-color css
<style>
a { background-color: #F938CF; }
a { background-color: rgb(249,56,207); }
div.DivClassName
{
background-color: #F938CF;
}
.BgClassName
{
background-color: #F938CF;
}
</style>
border-color css
<style>
span { border-color: #F938CF; }
span { border-color: rgb(249,56,207); }
td.TdClassName
{
border-color: #F938CF;
}
.TagClassName
{
border-color: #F938CF;
}
</style>