Shades of Razzle Dazzle Rose #FA41BB
Tints of Razzle Dazzle Rose #FA41BB
RGB
CMYK
RGB Variations
Color information
#FA41BB (or 0xFA41BB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and BB. RGB value is (250,65,187). Sum of RGB (Red+Green+Blue) = 250+65+187=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41BB is #05BE44. Grayscale: #858585. Windows color (decimal): -376389 or 12272122. OLE color: 12272122.
HSL color Cylindrical-coordinate representation of color #FA41BB: hue angle of 320.43º degrees, saturation: 0.95, 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 #FA41BB is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 187 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.02 |
| HSL | 320.43º | 0.95% | 0.62% | - |
| HSV(B) | 320.43º | 0.74% | 0.98% | - |
| XYZ | 50.28 | 27.69 | 49.71 | - |
| YUV | 134.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 187 | 0 | 0.74 | 0.25 | 0.02 | 320.43 | 0.95 | 0.62 |
| Hex | FA | 41 | BB | 0 | 4A | 19 | 2 | 140 | 5F | 3E |
| Octal | 372 | 101 | 273 | 0 | 112 | 31 | 2 | 500 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10111011 | 0 | 1001010 | 11001 | 10 | 101000000 | 1011111 | 111110 |
Color Harmonies of #FA41BB
Complementary color
Monochromatic Colors of #FA41BB
Black with #FA41BB
Text Example
Text Example
White with #FA41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41BB; }
p { color: rgb(250,65,187); }
H1.HeaderClassName
{
color: #FA41BB;
}
.AnyTagClassName
{
color: #FA41BB;
}
</style>
background-color css
<style>
a { background-color: #FA41BB; }
a { background-color: rgb(250,65,187); }
div.DivClassName
{
background-color: #FA41BB;
}
.BgClassName
{
background-color: #FA41BB;
}
</style>
border-color css
<style>
span { border-color: #FA41BB; }
span { border-color: rgb(250,65,187); }
td.TdClassName
{
border-color: #FA41BB;
}
.TagClassName
{
border-color: #FA41BB;
}
</style>