Shades of Pink Flamingo #FA42F8
Tints of Pink Flamingo #FA42F8
RGB
CMYK
RGB Variations
Color information
#FA42F8 (or 0xFA42F8) is known color: Pink Flamingo. HEX triplet: FA, 42 and F8. RGB value is (250,66,248). Sum of RGB (Red+Green+Blue) = 250+66+248=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 66 (26.17% from 255 or 11.70% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42F8 is #05BD07. Grayscale: #8D8D8D. Windows color (decimal): -376072 or 16270074. OLE color: 16270074.
HSL color Cylindrical-coordinate representation of color #FA42F8: hue angle of 300.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA42F8 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 248 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.02 |
| HSL | 300.65º | 0.95% | 0.62% | - |
| HSV(B) | 300.65º | 0.74% | 0.98% | - |
| XYZ | 58.32 | 31 | 91.72 | - |
| YUV | 141.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 248 | 0 | 0.74 | 0.01 | 0.02 | 300.65 | 0.95 | 0.62 |
| Hex | FA | 42 | F8 | 0 | 4A | 1 | 2 | 12D | 5F | 3E |
| Octal | 372 | 102 | 370 | 0 | 112 | 1 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11111000 | 0 | 1001010 | 1 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA42F8
Complementary color
Monochromatic Colors of #FA42F8
Black with #FA42F8
Text Example
Text Example
White with #FA42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42F8; }
p { color: rgb(250,66,248); }
H1.HeaderClassName
{
color: #FA42F8;
}
.AnyTagClassName
{
color: #FA42F8;
}
</style>
background-color css
<style>
a { background-color: #FA42F8; }
a { background-color: rgb(250,66,248); }
div.DivClassName
{
background-color: #FA42F8;
}
.BgClassName
{
background-color: #FA42F8;
}
</style>
border-color css
<style>
span { border-color: #FA42F8; }
span { border-color: rgb(250,66,248); }
td.TdClassName
{
border-color: #FA42F8;
}
.TagClassName
{
border-color: #FA42F8;
}
</style>