#FF79C9 (or 0xFF79C9) is unknown color: approx Neon Pink. HEX triplet: FF, 79 and C9. RGB value is (255,121,201). Sum of RGB (Red+Green+Blue) = 255+121+201=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79C9 is #008636. Grayscale: #AAAAAA. Windows color (decimal): -34359 or 13203967. OLE color: 13203967.
HSL color Cylindrical-coordinate representation of color #FF79C9: hue angle of 324.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79C9 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.
<style> p { color: #ff79c9; } p { color: rgb(255,121,201); } H1.HeaderClassName { color: #ff79c9; } .AnyTagClassName { color: #ff79c9; } </style>
<style> a { background-color: #ff79c9; } a { background-color: rgb(255,121,201); } div.DivClassName { background-color: #ff79c9; } .BgClassName { background-color: #ff79c9; } </style>
<style> span { border-color: #ff79c9; } span { border-color: rgb(255,121,201); } td.TdClassName { border-color: #ff79c9; } .TagClassName { border-color: #ff79c9; } </style>