Shades of Razzle Dazzle Rose #FB41D4
Tints of Razzle Dazzle Rose #FB41D4
RGB
CMYK
RGB Variations
Color information
#FB41D4 (or 0xFB41D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and D4. RGB value is (251,65,212). Sum of RGB (Red+Green+Blue) = 251+65+212=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41D4 is #04BE2B. Grayscale: #888888. Windows color (decimal): -310828 or 13910523. OLE color: 13910523.
HSL color Cylindrical-coordinate representation of color #FB41D4: hue angle of 312.58º 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 #FB41D4 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 212 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.02 |
| HSL | 312.58º | 0.96% | 0.62% | - |
| HSV(B) | 312.58º | 0.74% | 0.98% | - |
| XYZ | 53.56 | 29.04 | 65.07 | - |
| YUV | 137.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 212 | 0 | 0.74 | 0.16 | 0.02 | 312.58 | 0.96 | 0.62 |
| Hex | FB | 41 | D4 | 0 | 4A | 10 | 2 | 139 | 60 | 3E |
| Octal | 373 | 101 | 324 | 0 | 112 | 20 | 2 | 471 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11010100 | 0 | 1001010 | 10000 | 10 | 100111001 | 1100000 | 111110 |
Color Harmonies of #FB41D4
Complementary color
Monochromatic Colors of #FB41D4
Black with #FB41D4
Text Example
Text Example
White with #FB41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41D4; }
p { color: rgb(251,65,212); }
H1.HeaderClassName
{
color: #FB41D4;
}
.AnyTagClassName
{
color: #FB41D4;
}
</style>
background-color css
<style>
a { background-color: #FB41D4; }
a { background-color: rgb(251,65,212); }
div.DivClassName
{
background-color: #FB41D4;
}
.BgClassName
{
background-color: #FB41D4;
}
</style>
border-color css
<style>
span { border-color: #FB41D4; }
span { border-color: rgb(251,65,212); }
td.TdClassName
{
border-color: #FB41D4;
}
.TagClassName
{
border-color: #FB41D4;
}
</style>