Shades of Razzle Dazzle Rose #F247CB
Tints of Razzle Dazzle Rose #F247CB
RGB
CMYK
RGB Variations
Color information
#F247CB (or 0xF247CB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and CB. RGB value is (242,71,203). Sum of RGB (Red+Green+Blue) = 242+71+203=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F247CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247CB is #0DB834. Grayscale: #888888. Windows color (decimal): -899125 or 13322226. OLE color: 13322226.
HSL color Cylindrical-coordinate representation of color #F247CB: hue angle of 313.68º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247CB is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 203 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.05 |
| HSL | 313.68º | 0.87% | 0.61% | - |
| HSV(B) | 313.68º | 0.71% | 0.95% | - |
| XYZ | 49.65 | 27.7 | 59.23 | - |
| YUV | 137.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 203 | 0 | 0.71 | 0.16 | 0.05 | 313.68 | 0.87 | 0.61 |
| Hex | F2 | 47 | CB | 0 | 47 | 10 | 5 | 13A | 57 | 3D |
| Octal | 362 | 107 | 313 | 0 | 107 | 20 | 5 | 472 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11001011 | 0 | 1000111 | 10000 | 101 | 100111010 | 1010111 | 111101 |
Color Harmonies of #F247CB
Complementary color
Monochromatic Colors of #F247CB
Black with #F247CB
Text Example
Text Example
White with #F247CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247CB; }
p { color: rgb(242,71,203); }
H1.HeaderClassName
{
color: #F247CB;
}
.AnyTagClassName
{
color: #F247CB;
}
</style>
background-color css
<style>
a { background-color: #F247CB; }
a { background-color: rgb(242,71,203); }
div.DivClassName
{
background-color: #F247CB;
}
.BgClassName
{
background-color: #F247CB;
}
</style>
border-color css
<style>
span { border-color: #F247CB; }
span { border-color: rgb(242,71,203); }
td.TdClassName
{
border-color: #F247CB;
}
.TagClassName
{
border-color: #F247CB;
}
</style>