Shades of Razzle Dazzle Rose #FB43D4
Tints of Razzle Dazzle Rose #FB43D4
RGB
CMYK
RGB Variations
Color information
#FB43D4 (or 0xFB43D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 43 and D4. RGB value is (251,67,212). Sum of RGB (Red+Green+Blue) = 251+67+212=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB43D4 is #04BC2B. Grayscale: #8A8A8A. Windows color (decimal): -310316 or 13911035. OLE color: 13911035.
HSL color Cylindrical-coordinate representation of color #FB43D4: hue angle of 312.72º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB43D4 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 212 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.02 |
| HSL | 312.72º | 0.96% | 0.62% | - |
| HSV(B) | 312.72º | 0.73% | 0.98% | - |
| XYZ | 53.67 | 29.28 | 65.11 | - |
| YUV | 138.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 212 | 0 | 0.73 | 0.16 | 0.02 | 312.72 | 0.96 | 0.62 |
| Hex | FB | 43 | D4 | 0 | 49 | 10 | 2 | 139 | 60 | 3E |
| Octal | 373 | 103 | 324 | 0 | 111 | 20 | 2 | 471 | 140 | 76 |
| Binary | 11111011 | 1000011 | 11010100 | 0 | 1001001 | 10000 | 10 | 100111001 | 1100000 | 111110 |
Color Harmonies of #FB43D4
Complementary color
Monochromatic Colors of #FB43D4
Black with #FB43D4
Text Example
Text Example
White with #FB43D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43D4; }
p { color: rgb(251,67,212); }
H1.HeaderClassName
{
color: #FB43D4;
}
.AnyTagClassName
{
color: #FB43D4;
}
</style>
background-color css
<style>
a { background-color: #FB43D4; }
a { background-color: rgb(251,67,212); }
div.DivClassName
{
background-color: #FB43D4;
}
.BgClassName
{
background-color: #FB43D4;
}
</style>
border-color css
<style>
span { border-color: #FB43D4; }
span { border-color: rgb(251,67,212); }
td.TdClassName
{
border-color: #FB43D4;
}
.TagClassName
{
border-color: #FB43D4;
}
</style>