Shades of Razzle Dazzle Rose #F630CF
Tints of Razzle Dazzle Rose #F630CF
RGB
CMYK
RGB Variations
Color information
#F630CF (or 0xF630CF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and CF. RGB value is (246,48,207). Sum of RGB (Red+Green+Blue) = 246+48+207=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F630CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630CF is #09CF30. Grayscale: #7C7C7C. Windows color (decimal): -642865 or 13578486. OLE color: 13578486.
HSL color Cylindrical-coordinate representation of color #F630CF: hue angle of 311.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630CF is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 207 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 311.82º | 0.92% | 0.58% | - |
| HSV(B) | 311.82º | 0.8% | 0.96% | - |
| XYZ | 50.33 | 26.21 | 61.44 | - |
| YUV | 125.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 207 | 0 | 0.80 | 0.16 | 0.04 | 311.82 | 0.92 | 0.58 |
| Hex | F6 | 30 | CF | 0 | 50 | 10 | 4 | 138 | 5C | 3A |
| Octal | 366 | 60 | 317 | 0 | 120 | 20 | 4 | 470 | 134 | 72 |
| Binary | 11110110 | 110000 | 11001111 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011100 | 111010 |
Color Harmonies of #F630CF
Complementary color
Monochromatic Colors of #F630CF
Black with #F630CF
Text Example
Text Example
White with #F630CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630CF; }
p { color: rgb(246,48,207); }
H1.HeaderClassName
{
color: #F630CF;
}
.AnyTagClassName
{
color: #F630CF;
}
</style>
background-color css
<style>
a { background-color: #F630CF; }
a { background-color: rgb(246,48,207); }
div.DivClassName
{
background-color: #F630CF;
}
.BgClassName
{
background-color: #F630CF;
}
</style>
border-color css
<style>
span { border-color: #F630CF; }
span { border-color: rgb(246,48,207); }
td.TdClassName
{
border-color: #F630CF;
}
.TagClassName
{
border-color: #F630CF;
}
</style>