Shades of Ultra Pink #F76CFD
Tints of Ultra Pink #F76CFD
RGB
CMYK
RGB Variations
Color information
#F76CFD (or 0xF76CFD) is known color: Ultra Pink. HEX triplet: F7, 6C and FD. RGB value is (247,108,253). Sum of RGB (Red+Green+Blue) = 247+108+253=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 108 (42.58% from 255 or 17.76% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #F76CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CFD is #089302. Grayscale: #A5A5A5. Windows color (decimal): -561923 or 16608503. OLE color: 16608503.
HSL color Cylindrical-coordinate representation of color #F76CFD: hue angle of 297.52º 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 #F76CFD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 108 | 253 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.01 |
| HSL | 297.52º | 0.97% | 0.71% | - |
| HSV(B) | 297.52º | 0.57% | 0.99% | - |
| XYZ | 61.45 | 37.59 | 96.95 | - |
| YUV | 166.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 253 | 0.02 | 0.57 | 0 | 0.01 | 297.52 | 0.97 | 0.71 |
| Hex | F7 | 6C | FD | 2 | 39 | 0 | 1 | 12A | 61 | 47 |
| Octal | 367 | 154 | 375 | 2 | 71 | 0 | 1 | 452 | 141 | 107 |
| Binary | 11110111 | 1101100 | 11111101 | 10 | 111001 | 0 | 1 | 100101010 | 1100001 | 1000111 |
Color Harmonies of #F76CFD
Complementary color
Monochromatic Colors of #F76CFD
Black with #F76CFD
Text Example
Text Example
White with #F76CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CFD; }
p { color: rgb(247,108,253); }
H1.HeaderClassName
{
color: #F76CFD;
}
.AnyTagClassName
{
color: #F76CFD;
}
</style>
background-color css
<style>
a { background-color: #F76CFD; }
a { background-color: rgb(247,108,253); }
div.DivClassName
{
background-color: #F76CFD;
}
.BgClassName
{
background-color: #F76CFD;
}
</style>
border-color css
<style>
span { border-color: #F76CFD; }
span { border-color: rgb(247,108,253); }
td.TdClassName
{
border-color: #F76CFD;
}
.TagClassName
{
border-color: #F76CFD;
}
</style>