Shades of Razzle Dazzle Rose #FA23CA
Tints of Razzle Dazzle Rose #FA23CA
RGB
CMYK
RGB Variations
Color information
#FA23CA (or 0xFA23CA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 23 and CA. RGB value is (250,35,202). Sum of RGB (Red+Green+Blue) = 250+35+202=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA23CA is #05DC35. Grayscale: #757575. Windows color (decimal): -384054 or 13247482. OLE color: 13247482.
HSL color Cylindrical-coordinate representation of color #FA23CA: hue angle of 313.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23CA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 202 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.02 |
| HSL | 313.4º | 0.96% | 0.56% | - |
| HSV(B) | 313.4º | 0.86% | 0.98% | - |
| XYZ | 50.69 | 25.79 | 58.18 | - |
| YUV | 118.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 202 | 0 | 0.86 | 0.19 | 0.02 | 313.4 | 0.96 | 0.56 |
| Hex | FA | 23 | CA | 0 | 56 | 13 | 2 | 139 | 60 | 38 |
| Octal | 372 | 43 | 312 | 0 | 126 | 23 | 2 | 471 | 140 | 70 |
| Binary | 11111010 | 100011 | 11001010 | 0 | 1010110 | 10011 | 10 | 100111001 | 1100000 | 111000 |
Color Harmonies of #FA23CA
Complementary color
Monochromatic Colors of #FA23CA
Black with #FA23CA
Text Example
Text Example
White with #FA23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA23CA; }
p { color: rgb(250,35,202); }
H1.HeaderClassName
{
color: #FA23CA;
}
.AnyTagClassName
{
color: #FA23CA;
}
</style>
background-color css
<style>
a { background-color: #FA23CA; }
a { background-color: rgb(250,35,202); }
div.DivClassName
{
background-color: #FA23CA;
}
.BgClassName
{
background-color: #FA23CA;
}
</style>
border-color css
<style>
span { border-color: #FA23CA; }
span { border-color: rgb(250,35,202); }
td.TdClassName
{
border-color: #FA23CA;
}
.TagClassName
{
border-color: #FA23CA;
}
</style>