Shades of Razzle Dazzle Rose #FB41BC
Tints of Razzle Dazzle Rose #FB41BC
RGB
CMYK
RGB Variations
Color information
#FB41BC (or 0xFB41BC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and BC. RGB value is (251,65,188). Sum of RGB (Red+Green+Blue) = 251+65+188=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41BC is #04BE43. Grayscale: #868686. Windows color (decimal): -310852 or 12337659. OLE color: 12337659.
HSL color Cylindrical-coordinate representation of color #FB41BC: hue angle of 320.32º 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 #FB41BC is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 188 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.02 |
| HSL | 320.32º | 0.96% | 0.62% | - |
| HSV(B) | 320.32º | 0.74% | 0.98% | - |
| XYZ | 50.75 | 27.92 | 50.29 | - |
| YUV | 134.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 188 | 0 | 0.74 | 0.25 | 0.02 | 320.32 | 0.96 | 0.62 |
| Hex | FB | 41 | BC | 0 | 4A | 19 | 2 | 140 | 60 | 3E |
| Octal | 373 | 101 | 274 | 0 | 112 | 31 | 2 | 500 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10111100 | 0 | 1001010 | 11001 | 10 | 101000000 | 1100000 | 111110 |
Color Harmonies of #FB41BC
Complementary color
Monochromatic Colors of #FB41BC
Black with #FB41BC
Text Example
Text Example
White with #FB41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41BC; }
p { color: rgb(251,65,188); }
H1.HeaderClassName
{
color: #FB41BC;
}
.AnyTagClassName
{
color: #FB41BC;
}
</style>
background-color css
<style>
a { background-color: #FB41BC; }
a { background-color: rgb(251,65,188); }
div.DivClassName
{
background-color: #FB41BC;
}
.BgClassName
{
background-color: #FB41BC;
}
</style>
border-color css
<style>
span { border-color: #FB41BC; }
span { border-color: rgb(251,65,188); }
td.TdClassName
{
border-color: #FB41BC;
}
.TagClassName
{
border-color: #FB41BC;
}
</style>