Shades of Razzle Dazzle Rose #F934CB
Tints of Razzle Dazzle Rose #F934CB
RGB
CMYK
RGB Variations
Color information
#F934CB (or 0xF934CB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and CB. RGB value is (249,52,203). Sum of RGB (Red+Green+Blue) = 249+52+203=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F934CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F934CB is #06CB34. Grayscale: #7F7F7F. Windows color (decimal): -445237 or 13317369. OLE color: 13317369.
HSL color Cylindrical-coordinate representation of color #F934CB: hue angle of 314.01º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934CB is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 203 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.02 |
| HSL | 314.01º | 0.94% | 0.59% | - |
| HSV(B) | 314.01º | 0.79% | 0.98% | - |
| XYZ | 51.07 | 26.91 | 59 | - |
| YUV | 128.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 203 | 0 | 0.79 | 0.18 | 0.02 | 314.01 | 0.94 | 0.59 |
| Hex | F9 | 34 | CB | 0 | 4F | 12 | 2 | 13A | 5E | 3B |
| Octal | 371 | 64 | 313 | 0 | 117 | 22 | 2 | 472 | 136 | 73 |
| Binary | 11111001 | 110100 | 11001011 | 0 | 1001111 | 10010 | 10 | 100111010 | 1011110 | 111011 |
Color Harmonies of #F934CB
Complementary color
Monochromatic Colors of #F934CB
Black with #F934CB
Text Example
Text Example
White with #F934CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934CB; }
p { color: rgb(249,52,203); }
H1.HeaderClassName
{
color: #F934CB;
}
.AnyTagClassName
{
color: #F934CB;
}
</style>
background-color css
<style>
a { background-color: #F934CB; }
a { background-color: rgb(249,52,203); }
div.DivClassName
{
background-color: #F934CB;
}
.BgClassName
{
background-color: #F934CB;
}
</style>
border-color css
<style>
span { border-color: #F934CB; }
span { border-color: rgb(249,52,203); }
td.TdClassName
{
border-color: #F934CB;
}
.TagClassName
{
border-color: #F934CB;
}
</style>