Shades of Razzle Dazzle Rose #FB41C2
Tints of Razzle Dazzle Rose #FB41C2
RGB
CMYK
RGB Variations
Color information
#FB41C2 (or 0xFB41C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and C2. RGB value is (251,65,194). Sum of RGB (Red+Green+Blue) = 251+65+194=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41C2 is #04BE3D. Grayscale: #868686. Windows color (decimal): -310846 or 12730875. OLE color: 12730875.
HSL color Cylindrical-coordinate representation of color #FB41C2: hue angle of 318.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41C2 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 194 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.02 |
| HSL | 318.39º | 0.96% | 0.62% | - |
| HSV(B) | 318.39º | 0.74% | 0.98% | - |
| XYZ | 51.41 | 28.18 | 53.77 | - |
| YUV | 135.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 194 | 0 | 0.74 | 0.23 | 0.02 | 318.39 | 0.96 | 0.62 |
| Hex | FB | 41 | C2 | 0 | 4A | 17 | 2 | 13E | 60 | 3E |
| Octal | 373 | 101 | 302 | 0 | 112 | 27 | 2 | 476 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11000010 | 0 | 1001010 | 10111 | 10 | 100111110 | 1100000 | 111110 |
Color Harmonies of #FB41C2
Complementary color
Monochromatic Colors of #FB41C2
Black with #FB41C2
Text Example
Text Example
White with #FB41C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41C2; }
p { color: rgb(251,65,194); }
H1.HeaderClassName
{
color: #FB41C2;
}
.AnyTagClassName
{
color: #FB41C2;
}
</style>
background-color css
<style>
a { background-color: #FB41C2; }
a { background-color: rgb(251,65,194); }
div.DivClassName
{
background-color: #FB41C2;
}
.BgClassName
{
background-color: #FB41C2;
}
</style>
border-color css
<style>
span { border-color: #FB41C2; }
span { border-color: rgb(251,65,194); }
td.TdClassName
{
border-color: #FB41C2;
}
.TagClassName
{
border-color: #FB41C2;
}
</style>