Shades of Ultra Pink #F36CFC
Tints of Ultra Pink #F36CFC
RGB
CMYK
RGB Variations
Color information
#F36CFC (or 0xF36CFC) is known color: Ultra Pink. HEX triplet: F3, 6C and FC. RGB value is (243,108,252). Sum of RGB (Red+Green+Blue) = 243+108+252=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 108 (42.58% from 255 or 17.91% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #F36CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36CFC is #0C9303. Grayscale: #A4A4A4. Windows color (decimal): -824068 or 16542963. OLE color: 16542963.
HSL color Cylindrical-coordinate representation of color #F36CFC: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F36CFC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 108 | 252 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.01 |
| HSL | 296.25º | 0.96% | 0.71% | - |
| HSV(B) | 296.25º | 0.57% | 0.99% | - |
| XYZ | 59.9 | 36.81 | 96.04 | - |
| YUV | 164.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 252 | 0.04 | 0.57 | 0 | 0.01 | 296.25 | 0.96 | 0.71 |
| Hex | F3 | 6C | FC | 4 | 39 | 0 | 1 | 128 | 60 | 47 |
| Octal | 363 | 154 | 374 | 4 | 71 | 0 | 1 | 450 | 140 | 107 |
| Binary | 11110011 | 1101100 | 11111100 | 100 | 111001 | 0 | 1 | 100101000 | 1100000 | 1000111 |
Color Harmonies of #F36CFC
Complementary color
Monochromatic Colors of #F36CFC
Black with #F36CFC
Text Example
Text Example
White with #F36CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CFC; }
p { color: rgb(243,108,252); }
H1.HeaderClassName
{
color: #F36CFC;
}
.AnyTagClassName
{
color: #F36CFC;
}
</style>
background-color css
<style>
a { background-color: #F36CFC; }
a { background-color: rgb(243,108,252); }
div.DivClassName
{
background-color: #F36CFC;
}
.BgClassName
{
background-color: #F36CFC;
}
</style>
border-color css
<style>
span { border-color: #F36CFC; }
span { border-color: rgb(243,108,252); }
td.TdClassName
{
border-color: #F36CFC;
}
.TagClassName
{
border-color: #F36CFC;
}
</style>