Shades of Razzle Dazzle Rose #F140B8
Tints of Razzle Dazzle Rose #F140B8
RGB
CMYK
RGB Variations
Color information
#F140B8 (or 0xF140B8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and B8. RGB value is (241,64,184). Sum of RGB (Red+Green+Blue) = 241+64+184=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F140B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140B8 is #0EBF47. Grayscale: #828282. Windows color (decimal): -966472 or 12075249. OLE color: 12075249.
HSL color Cylindrical-coordinate representation of color #F140B8: hue angle of 319.32º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140B8 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 184 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.05 |
| HSL | 319.32º | 0.86% | 0.6% | - |
| HSV(B) | 319.32º | 0.73% | 0.95% | - |
| XYZ | 46.76 | 25.83 | 47.87 | - |
| YUV | 130.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 184 | 0 | 0.73 | 0.24 | 0.05 | 319.32 | 0.86 | 0.6 |
| Hex | F1 | 40 | B8 | 0 | 49 | 18 | 5 | 13F | 56 | 3C |
| Octal | 361 | 100 | 270 | 0 | 111 | 30 | 5 | 477 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10111000 | 0 | 1001001 | 11000 | 101 | 100111111 | 1010110 | 111100 |
Color Harmonies of #F140B8
Complementary color
Monochromatic Colors of #F140B8
Black with #F140B8
Text Example
Text Example
White with #F140B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140B8; }
p { color: rgb(241,64,184); }
H1.HeaderClassName
{
color: #F140B8;
}
.AnyTagClassName
{
color: #F140B8;
}
</style>
background-color css
<style>
a { background-color: #F140B8; }
a { background-color: rgb(241,64,184); }
div.DivClassName
{
background-color: #F140B8;
}
.BgClassName
{
background-color: #F140B8;
}
</style>
border-color css
<style>
span { border-color: #F140B8; }
span { border-color: rgb(241,64,184); }
td.TdClassName
{
border-color: #F140B8;
}
.TagClassName
{
border-color: #F140B8;
}
</style>