#FF69C4 (or 0xFF69C4) is unknown color: approx Neon Pink. HEX triplet: FF, 69 and C4. RGB value is (255,105,196). Sum of RGB (Red+Green+Blue) = 255+105+196=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69C4 is #00963B. Grayscale: #A0A0A0. Windows color (decimal): -38460 or 12872191. OLE color: 12872191.
HSL color Cylindrical-coordinate representation of color #FF69C4: hue angle of 323.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69C4 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.
<style> p { color: #ff69c4; } p { color: rgb(255,105,196); } H1.HeaderClassName { color: #ff69c4; } .AnyTagClassName { color: #ff69c4; } </style>
<style> a { background-color: #ff69c4; } a { background-color: rgb(255,105,196); } div.DivClassName { background-color: #ff69c4; } .BgClassName { background-color: #ff69c4; } </style>
<style> span { border-color: #ff69c4; } span { border-color: rgb(255,105,196); } td.TdClassName { border-color: #ff69c4; } .TagClassName { border-color: #ff69c4; } </style>