Shades of Razzle Dazzle Rose #F138C8
Tints of Razzle Dazzle Rose #F138C8
RGB
CMYK
RGB Variations
Color information
#F138C8 (or 0xF138C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and C8. RGB value is (241,56,200). Sum of RGB (Red+Green+Blue) = 241+56+200=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F138C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138C8 is #0EC737. Grayscale: #7F7F7F. Windows color (decimal): -968504 or 13121777. OLE color: 13121777.
HSL color Cylindrical-coordinate representation of color #F138C8: hue angle of 313.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138C8 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 200 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.05 |
| HSL | 313.3º | 0.87% | 0.58% | - |
| HSV(B) | 313.3º | 0.77% | 0.95% | - |
| XYZ | 48.12 | 25.7 | 57.07 | - |
| YUV | 127.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 200 | 0 | 0.77 | 0.17 | 0.05 | 313.3 | 0.87 | 0.58 |
| Hex | F1 | 38 | C8 | 0 | 4D | 11 | 5 | 139 | 57 | 3A |
| Octal | 361 | 70 | 310 | 0 | 115 | 21 | 5 | 471 | 127 | 72 |
| Binary | 11110001 | 111000 | 11001000 | 0 | 1001101 | 10001 | 101 | 100111001 | 1010111 | 111010 |
Color Harmonies of #F138C8
Complementary color
Monochromatic Colors of #F138C8
Black with #F138C8
Text Example
Text Example
White with #F138C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138C8; }
p { color: rgb(241,56,200); }
H1.HeaderClassName
{
color: #F138C8;
}
.AnyTagClassName
{
color: #F138C8;
}
</style>
background-color css
<style>
a { background-color: #F138C8; }
a { background-color: rgb(241,56,200); }
div.DivClassName
{
background-color: #F138C8;
}
.BgClassName
{
background-color: #F138C8;
}
</style>
border-color css
<style>
span { border-color: #F138C8; }
span { border-color: rgb(241,56,200); }
td.TdClassName
{
border-color: #F138C8;
}
.TagClassName
{
border-color: #F138C8;
}
</style>