Shades of Razzle Dazzle Rose #F638CB
Tints of Razzle Dazzle Rose #F638CB
RGB
CMYK
RGB Variations
Color information
#F638CB (or 0xF638CB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 38 and CB. RGB value is (246,56,203). Sum of RGB (Red+Green+Blue) = 246+56+203=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F638CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F638CB is #09C734. Grayscale: #818181. Windows color (decimal): -640821 or 13318390. OLE color: 13318390.
HSL color Cylindrical-coordinate representation of color #F638CB: hue angle of 313.58º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F638CB is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 203 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.04 |
| HSL | 313.58º | 0.91% | 0.59% | - |
| HSV(B) | 313.58º | 0.77% | 0.96% | - |
| XYZ | 50.2 | 26.73 | 59.01 | - |
| YUV | 129.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 203 | 0 | 0.77 | 0.17 | 0.04 | 313.58 | 0.91 | 0.59 |
| Hex | F6 | 38 | CB | 0 | 4D | 11 | 4 | 13A | 5B | 3B |
| Octal | 366 | 70 | 313 | 0 | 115 | 21 | 4 | 472 | 133 | 73 |
| Binary | 11110110 | 111000 | 11001011 | 0 | 1001101 | 10001 | 100 | 100111010 | 1011011 | 111011 |
Color Harmonies of #F638CB
Complementary color
Monochromatic Colors of #F638CB
Black with #F638CB
Text Example
Text Example
White with #F638CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F638CB; }
p { color: rgb(246,56,203); }
H1.HeaderClassName
{
color: #F638CB;
}
.AnyTagClassName
{
color: #F638CB;
}
</style>
background-color css
<style>
a { background-color: #F638CB; }
a { background-color: rgb(246,56,203); }
div.DivClassName
{
background-color: #F638CB;
}
.BgClassName
{
background-color: #F638CB;
}
</style>
border-color css
<style>
span { border-color: #F638CB; }
span { border-color: rgb(246,56,203); }
td.TdClassName
{
border-color: #F638CB;
}
.TagClassName
{
border-color: #F638CB;
}
</style>