Shades of Razzle Dazzle Rose #F134C1
Tints of Razzle Dazzle Rose #F134C1
RGB
CMYK
RGB Variations
Color information
#F134C1 (or 0xF134C1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and C1. RGB value is (241,52,193). Sum of RGB (Red+Green+Blue) = 241+52+193=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C1 is #0ECB3E. Grayscale: #7C7C7C. Windows color (decimal): -969535 or 12662001. OLE color: 12662001.
HSL color Cylindrical-coordinate representation of color #F134C1: hue angle of 315.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F134C1 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 193 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.05 |
| HSL | 315.24º | 0.87% | 0.57% | - |
| HSV(B) | 315.24º | 0.78% | 0.95% | - |
| XYZ | 47.13 | 25.01 | 52.79 | - |
| YUV | 124.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 193 | 0 | 0.78 | 0.20 | 0.05 | 315.24 | 0.87 | 0.57 |
| Hex | F1 | 34 | C1 | 0 | 4E | 14 | 5 | 13B | 57 | 39 |
| Octal | 361 | 64 | 301 | 0 | 116 | 24 | 5 | 473 | 127 | 71 |
| Binary | 11110001 | 110100 | 11000001 | 0 | 1001110 | 10100 | 101 | 100111011 | 1010111 | 111001 |
Color Harmonies of #F134C1
Complementary color
Monochromatic Colors of #F134C1
Black with #F134C1
Text Example
Text Example
White with #F134C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F134C1; }
p { color: rgb(241,52,193); }
H1.HeaderClassName
{
color: #F134C1;
}
.AnyTagClassName
{
color: #F134C1;
}
</style>
background-color css
<style>
a { background-color: #F134C1; }
a { background-color: rgb(241,52,193); }
div.DivClassName
{
background-color: #F134C1;
}
.BgClassName
{
background-color: #F134C1;
}
</style>
border-color css
<style>
span { border-color: #F134C1; }
span { border-color: rgb(241,52,193); }
td.TdClassName
{
border-color: #F134C1;
}
.TagClassName
{
border-color: #F134C1;
}
</style>