Shades of Razzle Dazzle Rose #FA3DB4
Tints of Razzle Dazzle Rose #FA3DB4
RGB
CMYK
RGB Variations
Color information
#FA3DB4 (or 0xFA3DB4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and B4. RGB value is (250,61,180). Sum of RGB (Red+Green+Blue) = 250+61+180=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DB4 is #05C24B. Grayscale: #828282. Windows color (decimal): -377420 or 11812346. OLE color: 11812346.
HSL color Cylindrical-coordinate representation of color #FA3DB4: hue angle of 322.22º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 180 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.02 |
| HSL | 322.22º | 0.95% | 0.61% | - |
| HSV(B) | 322.22º | 0.76% | 0.98% | - |
| XYZ | 49.33 | 26.96 | 45.78 | - |
| YUV | 131.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 180 | 0 | 0.76 | 0.28 | 0.02 | 322.22 | 0.95 | 0.61 |
| Hex | FA | 3D | B4 | 0 | 4C | 1C | 2 | 142 | 5F | 3D |
| Octal | 372 | 75 | 264 | 0 | 114 | 34 | 2 | 502 | 137 | 75 |
| Binary | 11111010 | 111101 | 10110100 | 0 | 1001100 | 11100 | 10 | 101000010 | 1011111 | 111101 |
Color Harmonies of #FA3DB4
Complementary color
Monochromatic Colors of #FA3DB4
Black with #FA3DB4
Text Example
Text Example
White with #FA3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DB4; }
p { color: rgb(250,61,180); }
H1.HeaderClassName
{
color: #FA3DB4;
}
.AnyTagClassName
{
color: #FA3DB4;
}
</style>
background-color css
<style>
a { background-color: #FA3DB4; }
a { background-color: rgb(250,61,180); }
div.DivClassName
{
background-color: #FA3DB4;
}
.BgClassName
{
background-color: #FA3DB4;
}
</style>
border-color css
<style>
span { border-color: #FA3DB4; }
span { border-color: rgb(250,61,180); }
td.TdClassName
{
border-color: #FA3DB4;
}
.TagClassName
{
border-color: #FA3DB4;
}
</style>