Shades of Pink Flamingo #F75AF3
Tints of Pink Flamingo #F75AF3
RGB
CMYK
RGB Variations
Color information
#F75AF3 (or 0xF75AF3) is known color: Pink Flamingo. HEX triplet: F7, 5A and F3. RGB value is (247,90,243). Sum of RGB (Red+Green+Blue) = 247+90+243=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AF3 is #08A50C. Grayscale: #999999. Windows color (decimal): -566541 or 15948535. OLE color: 15948535.
HSL color Cylindrical-coordinate representation of color #F75AF3: hue angle of 301.53º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AF3 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 243 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.03 |
| HSL | 301.53º | 0.91% | 0.66% | - |
| HSV(B) | 301.53º | 0.64% | 0.97% | - |
| XYZ | 58.19 | 33.56 | 88.2 | - |
| YUV | 154.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 243 | 0 | 0.64 | 0.02 | 0.03 | 301.53 | 0.91 | 0.66 |
| Hex | F7 | 5A | F3 | 0 | 40 | 2 | 3 | 12E | 5B | 42 |
| Octal | 367 | 132 | 363 | 0 | 100 | 2 | 3 | 456 | 133 | 102 |
| Binary | 11110111 | 1011010 | 11110011 | 0 | 1000000 | 10 | 11 | 100101110 | 1011011 | 1000010 |
Color Harmonies of #F75AF3
Complementary color
Monochromatic Colors of #F75AF3
Black with #F75AF3
Text Example
Text Example
White with #F75AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75AF3; }
p { color: rgb(247,90,243); }
H1.HeaderClassName
{
color: #F75AF3;
}
.AnyTagClassName
{
color: #F75AF3;
}
</style>
background-color css
<style>
a { background-color: #F75AF3; }
a { background-color: rgb(247,90,243); }
div.DivClassName
{
background-color: #F75AF3;
}
.BgClassName
{
background-color: #F75AF3;
}
</style>
border-color css
<style>
span { border-color: #F75AF3; }
span { border-color: rgb(247,90,243); }
td.TdClassName
{
border-color: #F75AF3;
}
.TagClassName
{
border-color: #F75AF3;
}
</style>