Shades of Razzle Dazzle Rose #FB41B8
Tints of Razzle Dazzle Rose #FB41B8
RGB
CMYK
RGB Variations
Color information
#FB41B8 (or 0xFB41B8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and B8. RGB value is (251,65,184). Sum of RGB (Red+Green+Blue) = 251+65+184=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41B8 is #04BE47. Grayscale: #858585. Windows color (decimal): -310856 or 12075515. OLE color: 12075515.
HSL color Cylindrical-coordinate representation of color #FB41B8: hue angle of 321.61º 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 #FB41B8 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 184 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.02 |
| HSL | 321.61º | 0.96% | 0.62% | - |
| HSV(B) | 321.61º | 0.74% | 0.98% | - |
| XYZ | 50.33 | 27.75 | 48.05 | - |
| YUV | 134.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 184 | 0 | 0.74 | 0.27 | 0.02 | 321.61 | 0.96 | 0.62 |
| Hex | FB | 41 | B8 | 0 | 4A | 1B | 2 | 142 | 60 | 3E |
| Octal | 373 | 101 | 270 | 0 | 112 | 33 | 2 | 502 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10111000 | 0 | 1001010 | 11011 | 10 | 101000010 | 1100000 | 111110 |
Color Harmonies of #FB41B8
Complementary color
Monochromatic Colors of #FB41B8
Black with #FB41B8
Text Example
Text Example
White with #FB41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41B8; }
p { color: rgb(251,65,184); }
H1.HeaderClassName
{
color: #FB41B8;
}
.AnyTagClassName
{
color: #FB41B8;
}
</style>
background-color css
<style>
a { background-color: #FB41B8; }
a { background-color: rgb(251,65,184); }
div.DivClassName
{
background-color: #FB41B8;
}
.BgClassName
{
background-color: #FB41B8;
}
</style>
border-color css
<style>
span { border-color: #FB41B8; }
span { border-color: rgb(251,65,184); }
td.TdClassName
{
border-color: #FB41B8;
}
.TagClassName
{
border-color: #FB41B8;
}
</style>