Shades of Razzle Dazzle Rose #FB3AF1
Tints of Razzle Dazzle Rose #FB3AF1
RGB
CMYK
RGB Variations
Color information
#FB3AF1 (or 0xFB3AF1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and F1. RGB value is (251,58,241). Sum of RGB (Red+Green+Blue) = 251+58+241=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 58 (23.05% from 255 or 10.55% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AF1 is #04C50E. Grayscale: #888888. Windows color (decimal): -312591 or 15809275. OLE color: 15809275.
HSL color Cylindrical-coordinate representation of color #FB3AF1: hue angle of 303.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AF1 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 241 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.02 |
| HSL | 303.11º | 0.96% | 0.61% | - |
| HSV(B) | 303.11º | 0.77% | 0.98% | - |
| XYZ | 57.17 | 29.89 | 85.97 | - |
| YUV | 136.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 241 | 0 | 0.77 | 0.04 | 0.02 | 303.11 | 0.96 | 0.61 |
| Hex | FB | 3A | F1 | 0 | 4D | 4 | 2 | 12F | 60 | 3D |
| Octal | 373 | 72 | 361 | 0 | 115 | 4 | 2 | 457 | 140 | 75 |
| Binary | 11111011 | 111010 | 11110001 | 0 | 1001101 | 100 | 10 | 100101111 | 1100000 | 111101 |
Color Harmonies of #FB3AF1
Complementary color
Monochromatic Colors of #FB3AF1
Black with #FB3AF1
Text Example
Text Example
White with #FB3AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AF1; }
p { color: rgb(251,58,241); }
H1.HeaderClassName
{
color: #FB3AF1;
}
.AnyTagClassName
{
color: #FB3AF1;
}
</style>
background-color css
<style>
a { background-color: #FB3AF1; }
a { background-color: rgb(251,58,241); }
div.DivClassName
{
background-color: #FB3AF1;
}
.BgClassName
{
background-color: #FB3AF1;
}
</style>
border-color css
<style>
span { border-color: #FB3AF1; }
span { border-color: rgb(251,58,241); }
td.TdClassName
{
border-color: #FB3AF1;
}
.TagClassName
{
border-color: #FB3AF1;
}
</style>