Shades of Ultra Pink #F36CFD
Tints of Ultra Pink #F36CFD
RGB
CMYK
RGB Variations
Color information
#F36CFD (or 0xF36CFD) is known color: Ultra Pink. HEX triplet: F3, 6C and FD. RGB value is (243,108,253). Sum of RGB (Red+Green+Blue) = 243+108+253=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 108 (42.58% from 255 or 17.88% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #F36CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36CFD is #0C9302. Grayscale: #A4A4A4. Windows color (decimal): -824067 or 16608499. OLE color: 16608499.
HSL color Cylindrical-coordinate representation of color #F36CFD: hue angle of 295.86º degrees, saturation: 0.97, 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 #F36CFD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 108 | 253 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.01 |
| HSL | 295.86º | 0.97% | 0.71% | - |
| HSV(B) | 295.86º | 0.57% | 0.99% | - |
| XYZ | 60.05 | 36.87 | 96.88 | - |
| YUV | 164.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 253 | 0.04 | 0.57 | 0 | 0.01 | 295.86 | 0.97 | 0.71 |
| Hex | F3 | 6C | FD | 4 | 39 | 0 | 1 | 128 | 61 | 47 |
| Octal | 363 | 154 | 375 | 4 | 71 | 0 | 1 | 450 | 141 | 107 |
| Binary | 11110011 | 1101100 | 11111101 | 100 | 111001 | 0 | 1 | 100101000 | 1100001 | 1000111 |
Color Harmonies of #F36CFD
Complementary color
Monochromatic Colors of #F36CFD
Black with #F36CFD
Text Example
Text Example
White with #F36CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CFD; }
p { color: rgb(243,108,253); }
H1.HeaderClassName
{
color: #F36CFD;
}
.AnyTagClassName
{
color: #F36CFD;
}
</style>
background-color css
<style>
a { background-color: #F36CFD; }
a { background-color: rgb(243,108,253); }
div.DivClassName
{
background-color: #F36CFD;
}
.BgClassName
{
background-color: #F36CFD;
}
</style>
border-color css
<style>
span { border-color: #F36CFD; }
span { border-color: rgb(243,108,253); }
td.TdClassName
{
border-color: #F36CFD;
}
.TagClassName
{
border-color: #F36CFD;
}
</style>