Shades of Razzle Dazzle Rose #FB43D1
Tints of Razzle Dazzle Rose #FB43D1
RGB
CMYK
RGB Variations
Color information
#FB43D1 (or 0xFB43D1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 43 and D1. RGB value is (251,67,209). Sum of RGB (Red+Green+Blue) = 251+67+209=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB43D1 is #04BC2E. Grayscale: #898989. Windows color (decimal): -310319 or 13714427. OLE color: 13714427.
HSL color Cylindrical-coordinate representation of color #FB43D1: hue angle of 313.7º 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 #FB43D1 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 209 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.02 |
| HSL | 313.7º | 0.96% | 0.62% | - |
| HSV(B) | 313.7º | 0.73% | 0.98% | - |
| XYZ | 53.3 | 29.13 | 63.13 | - |
| YUV | 138.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 209 | 0 | 0.73 | 0.17 | 0.02 | 313.7 | 0.96 | 0.62 |
| Hex | FB | 43 | D1 | 0 | 49 | 11 | 2 | 13A | 60 | 3E |
| Octal | 373 | 103 | 321 | 0 | 111 | 21 | 2 | 472 | 140 | 76 |
| Binary | 11111011 | 1000011 | 11010001 | 0 | 1001001 | 10001 | 10 | 100111010 | 1100000 | 111110 |
Color Harmonies of #FB43D1
Complementary color
Monochromatic Colors of #FB43D1
Black with #FB43D1
Text Example
Text Example
White with #FB43D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43D1; }
p { color: rgb(251,67,209); }
H1.HeaderClassName
{
color: #FB43D1;
}
.AnyTagClassName
{
color: #FB43D1;
}
</style>
background-color css
<style>
a { background-color: #FB43D1; }
a { background-color: rgb(251,67,209); }
div.DivClassName
{
background-color: #FB43D1;
}
.BgClassName
{
background-color: #FB43D1;
}
</style>
border-color css
<style>
span { border-color: #FB43D1; }
span { border-color: rgb(251,67,209); }
td.TdClassName
{
border-color: #FB43D1;
}
.TagClassName
{
border-color: #FB43D1;
}
</style>