Shades of Razzle Dazzle Rose #F143DB
Tints of Razzle Dazzle Rose #F143DB
RGB
CMYK
RGB Variations
Color information
#F143DB (or 0xF143DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and DB. RGB value is (241,67,219). Sum of RGB (Red+Green+Blue) = 241+67+219=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F143DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143DB is #0EBC24. Grayscale: #878787. Windows color (decimal): -965669 or 14369777. OLE color: 14369777.
HSL color Cylindrical-coordinate representation of color #F143DB: hue angle of 307.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143DB is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 219 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.05 |
| HSL | 307.59º | 0.86% | 0.6% | - |
| HSV(B) | 307.59º | 0.72% | 0.95% | - |
| XYZ | 51.07 | 27.83 | 69.7 | - |
| YUV | 136.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 219 | 0 | 0.72 | 0.09 | 0.05 | 307.59 | 0.86 | 0.6 |
| Hex | F1 | 43 | DB | 0 | 48 | 9 | 5 | 134 | 56 | 3C |
| Octal | 361 | 103 | 333 | 0 | 110 | 11 | 5 | 464 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11011011 | 0 | 1001000 | 1001 | 101 | 100110100 | 1010110 | 111100 |
Color Harmonies of #F143DB
Complementary color
Monochromatic Colors of #F143DB
Black with #F143DB
Text Example
Text Example
White with #F143DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143DB; }
p { color: rgb(241,67,219); }
H1.HeaderClassName
{
color: #F143DB;
}
.AnyTagClassName
{
color: #F143DB;
}
</style>
background-color css
<style>
a { background-color: #F143DB; }
a { background-color: rgb(241,67,219); }
div.DivClassName
{
background-color: #F143DB;
}
.BgClassName
{
background-color: #F143DB;
}
</style>
border-color css
<style>
span { border-color: #F143DB; }
span { border-color: rgb(241,67,219); }
td.TdClassName
{
border-color: #F143DB;
}
.TagClassName
{
border-color: #F143DB;
}
</style>