Shades of Razzle Dazzle Rose #F240CF
Tints of Razzle Dazzle Rose #F240CF
RGB
CMYK
RGB Variations
Color information
#F240CF (or 0xF240CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and CF. RGB value is (242,64,207). Sum of RGB (Red+Green+Blue) = 242+64+207=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F240CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240CF is #0DBF30. Grayscale: #858585. Windows color (decimal): -900913 or 13582578. OLE color: 13582578.
HSL color Cylindrical-coordinate representation of color #F240CF: hue angle of 311.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240CF is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 207 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.05 |
| HSL | 311.8º | 0.87% | 0.6% | - |
| HSV(B) | 311.8º | 0.74% | 0.95% | - |
| XYZ | 49.71 | 27.05 | 61.63 | - |
| YUV | 133.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 207 | 0 | 0.74 | 0.14 | 0.05 | 311.8 | 0.87 | 0.6 |
| Hex | F2 | 40 | CF | 0 | 4A | E | 5 | 138 | 57 | 3C |
| Octal | 362 | 100 | 317 | 0 | 112 | 16 | 5 | 470 | 127 | 74 |
| Binary | 11110010 | 1000000 | 11001111 | 0 | 1001010 | 1110 | 101 | 100111000 | 1010111 | 111100 |
Color Harmonies of #F240CF
Complementary color
Monochromatic Colors of #F240CF
Black with #F240CF
Text Example
Text Example
White with #F240CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240CF; }
p { color: rgb(242,64,207); }
H1.HeaderClassName
{
color: #F240CF;
}
.AnyTagClassName
{
color: #F240CF;
}
</style>
background-color css
<style>
a { background-color: #F240CF; }
a { background-color: rgb(242,64,207); }
div.DivClassName
{
background-color: #F240CF;
}
.BgClassName
{
background-color: #F240CF;
}
</style>
border-color css
<style>
span { border-color: #F240CF; }
span { border-color: rgb(242,64,207); }
td.TdClassName
{
border-color: #F240CF;
}
.TagClassName
{
border-color: #F240CF;
}
</style>