Shades of Pink Flamingo #FF67F5
Tints of Pink Flamingo #FF67F5
RGB
CMYK
RGB Variations
Color information
#FF67F5 (or 0xFF67F5) is known color: Pink Flamingo. HEX triplet: FF, 67 and F5. RGB value is (255,103,245). Sum of RGB (Red+Green+Blue) = 255+103+245=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 103 (40.62% from 255 or 17.08% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67F5 is #00980A. Grayscale: #A4A4A4. Windows color (decimal): -38923 or 16082943. OLE color: 16082943.
HSL color Cylindrical-coordinate representation of color #FF67F5: hue angle of 303.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67F5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 245 | - |
| CMYK | 0 | 0.60 | 0.04 | 0 |
| HSL | 303.95º | 1% | 0.7% | - |
| HSV(B) | 303.95º | 0.6% | 1% | - |
| XYZ | 62.57 | 37.55 | 90.34 | - |
| YUV | 164.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 245 | 0 | 0.60 | 0.04 | 0 | 303.95 | 1 | 0.7 |
| Hex | FF | 67 | F5 | 0 | 3C | 4 | 0 | 130 | 64 | 46 |
| Octal | 377 | 147 | 365 | 0 | 74 | 4 | 0 | 460 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11110101 | 0 | 111100 | 100 | 0 | 100110000 | 1100100 | 1000110 |
Color Harmonies of #FF67F5
Complementary color
Monochromatic Colors of #FF67F5
Black with #FF67F5
Text Example
Text Example
White with #FF67F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67F5; }
p { color: rgb(255,103,245); }
H1.HeaderClassName
{
color: #FF67F5;
}
.AnyTagClassName
{
color: #FF67F5;
}
</style>
background-color css
<style>
a { background-color: #FF67F5; }
a { background-color: rgb(255,103,245); }
div.DivClassName
{
background-color: #FF67F5;
}
.BgClassName
{
background-color: #FF67F5;
}
</style>
border-color css
<style>
span { border-color: #FF67F5; }
span { border-color: rgb(255,103,245); }
td.TdClassName
{
border-color: #FF67F5;
}
.TagClassName
{
border-color: #FF67F5;
}
</style>