Shades of Razzle Dazzle Rose #FA27CA
Tints of Razzle Dazzle Rose #FA27CA
RGB
CMYK
RGB Variations
Color information
#FA27CA (or 0xFA27CA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 27 and CA. RGB value is (250,39,202). Sum of RGB (Red+Green+Blue) = 250+39+202=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27CA is #05D835. Grayscale: #787878. Windows color (decimal): -383030 or 13248506. OLE color: 13248506.
HSL color Cylindrical-coordinate representation of color #FA27CA: hue angle of 313.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA27CA is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 202 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.02 |
| HSL | 313.65º | 0.95% | 0.57% | - |
| HSV(B) | 313.65º | 0.84% | 0.98% | - |
| XYZ | 50.81 | 26.04 | 58.23 | - |
| YUV | 120.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 202 | 0 | 0.84 | 0.19 | 0.02 | 313.65 | 0.95 | 0.57 |
| Hex | FA | 27 | CA | 0 | 54 | 13 | 2 | 13A | 5F | 39 |
| Octal | 372 | 47 | 312 | 0 | 124 | 23 | 2 | 472 | 137 | 71 |
| Binary | 11111010 | 100111 | 11001010 | 0 | 1010100 | 10011 | 10 | 100111010 | 1011111 | 111001 |
Color Harmonies of #FA27CA
Complementary color
Monochromatic Colors of #FA27CA
Black with #FA27CA
Text Example
Text Example
White with #FA27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27CA; }
p { color: rgb(250,39,202); }
H1.HeaderClassName
{
color: #FA27CA;
}
.AnyTagClassName
{
color: #FA27CA;
}
</style>
background-color css
<style>
a { background-color: #FA27CA; }
a { background-color: rgb(250,39,202); }
div.DivClassName
{
background-color: #FA27CA;
}
.BgClassName
{
background-color: #FA27CA;
}
</style>
border-color css
<style>
span { border-color: #FA27CA; }
span { border-color: rgb(250,39,202); }
td.TdClassName
{
border-color: #FA27CA;
}
.TagClassName
{
border-color: #FA27CA;
}
</style>