Shades of Razzle Dazzle Rose #FA40CB
Tints of Razzle Dazzle Rose #FA40CB
RGB
CMYK
RGB Variations
Color information
#FA40CB (or 0xFA40CB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and CB. RGB value is (250,64,203). Sum of RGB (Red+Green+Blue) = 250+64+203=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40CB is #05BF34. Grayscale: #878787. Windows color (decimal): -376629 or 13320442. OLE color: 13320442.
HSL color Cylindrical-coordinate representation of color #FA40CB: hue angle of 315.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40CB is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 203 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.02 |
| HSL | 315.16º | 0.95% | 0.62% | - |
| HSV(B) | 315.16º | 0.74% | 0.98% | - |
| XYZ | 52.04 | 28.3 | 59.22 | - |
| YUV | 135.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 203 | 0 | 0.74 | 0.19 | 0.02 | 315.16 | 0.95 | 0.62 |
| Hex | FA | 40 | CB | 0 | 4A | 13 | 2 | 13B | 5F | 3E |
| Octal | 372 | 100 | 313 | 0 | 112 | 23 | 2 | 473 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11001011 | 0 | 1001010 | 10011 | 10 | 100111011 | 1011111 | 111110 |
Color Harmonies of #FA40CB
Complementary color
Monochromatic Colors of #FA40CB
Black with #FA40CB
Text Example
Text Example
White with #FA40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40CB; }
p { color: rgb(250,64,203); }
H1.HeaderClassName
{
color: #FA40CB;
}
.AnyTagClassName
{
color: #FA40CB;
}
</style>
background-color css
<style>
a { background-color: #FA40CB; }
a { background-color: rgb(250,64,203); }
div.DivClassName
{
background-color: #FA40CB;
}
.BgClassName
{
background-color: #FA40CB;
}
</style>
border-color css
<style>
span { border-color: #FA40CB; }
span { border-color: rgb(250,64,203); }
td.TdClassName
{
border-color: #FA40CB;
}
.TagClassName
{
border-color: #FA40CB;
}
</style>