Shades of Razzle Dazzle Rose #FA44E6
Tints of Razzle Dazzle Rose #FA44E6
RGB
CMYK
RGB Variations
Color information
#FA44E6 (or 0xFA44E6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and E6. RGB value is (250,68,230). Sum of RGB (Red+Green+Blue) = 250+68+230=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 68 (26.95% from 255 or 12.41% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44E6 is #05BB19. Grayscale: #8C8C8C. Windows color (decimal): -375578 or 15090938. OLE color: 15090938.
HSL color Cylindrical-coordinate representation of color #FA44E6: hue angle of 306.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44E6 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 230 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.02 |
| HSL | 306.59º | 0.95% | 0.62% | - |
| HSV(B) | 306.59º | 0.73% | 0.98% | - |
| XYZ | 55.77 | 30.17 | 77.75 | - |
| YUV | 140.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 230 | 0 | 0.73 | 0.08 | 0.02 | 306.59 | 0.95 | 0.62 |
| Hex | FA | 44 | E6 | 0 | 49 | 8 | 2 | 133 | 5F | 3E |
| Octal | 372 | 104 | 346 | 0 | 111 | 10 | 2 | 463 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11100110 | 0 | 1001001 | 1000 | 10 | 100110011 | 1011111 | 111110 |
Color Harmonies of #FA44E6
Complementary color
Monochromatic Colors of #FA44E6
Black with #FA44E6
Text Example
Text Example
White with #FA44E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44E6; }
p { color: rgb(250,68,230); }
H1.HeaderClassName
{
color: #FA44E6;
}
.AnyTagClassName
{
color: #FA44E6;
}
</style>
background-color css
<style>
a { background-color: #FA44E6; }
a { background-color: rgb(250,68,230); }
div.DivClassName
{
background-color: #FA44E6;
}
.BgClassName
{
background-color: #FA44E6;
}
</style>
border-color css
<style>
span { border-color: #FA44E6; }
span { border-color: rgb(250,68,230); }
td.TdClassName
{
border-color: #FA44E6;
}
.TagClassName
{
border-color: #FA44E6;
}
</style>